Skip to content

Commit

Permalink
Fix typo (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdmwangi authored Sep 18, 2023
1 parent 865db6d commit db3e980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/middleware.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Middleware
The absolute-path form of ``current_url``, that is the URL without scheme or netloc, or ``None`` for non-htmx requests.

This value will also be ``None`` if the scheme and netloc do not match the request.
The could happen if the request is cross-origin, or if Django is not configured correctly.
This could happen if the request is cross-origin, or if Django is not configured correctly.

For example:

Expand Down

0 comments on commit db3e980

Please sign in to comment.