We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a82ac3 commit 523aa53Copy full SHA for 523aa53
docs/configuration.rst
@@ -121,7 +121,7 @@ Toolbar options
121
This is the dotted path to a function used for determining whether the
122
toolbar should show or not. The default checks are that ``DEBUG`` must be
123
set to ``True``, the IP of the request must be in ``INTERNAL_IPS``, and the
124
- request must no be an AJAX request. You can provide your own function
+ request must not be an AJAX request. You can provide your own function
125
``callback(request)`` which returns ``True`` or ``False``.
126
127
Panel options
0 commit comments