django-commons / django-debug-toolbar

A configurable set of panels that display various debug information about the current request/response.
https://django-debug-toolbar.readthedocs.io
BSD 3-Clause "New" or "Revised" License
8.08k stars 1.05k forks source link

Recast sentence #1966

Closed Dr-Bernard closed 3 months ago

Dr-Bernard commented 3 months ago

Under the "Django Channels & Async" subsection of the "Troubleshooting" section of the INSTALLATION page, the sentence "If you are using Django channels are having issues getting panels to load, please review the documentation for the configuration...." seems incomplete.

For a better understanding of the instruction, kindly consider recasting the sentence, as follows: "If you are using Django channels 'and you' are having issues getting panels to load, please review the documentation for the configuration..."

I added the two words 'and you' to the sentence as shown above.

Thank you.

tim-schilling commented 3 months ago

Thanks for identifying the issue, would you like to open a PR with the fix?

Dr-Bernard commented 3 months ago

Under the "Django Channels & Async" subsection of the "Troubleshooting" section of the INSTALLATION page, the sentence "If you are using Django channels are having issues getting panels to load, please review the documentation for the configuration...." seems incomplete.

@tim-schilling I have opened a PR and it has been successfully merged. Thank you

Dr-Bernard commented 3 months ago

This issue is now fixed as the sentence under the "Django Channels & Async" subsection of the "Troubleshooting" section of the INSTALLATION page, is now complete.

Good job team.