Skip to content

Commit

Permalink
Merge pull request #262 from timgates42/bugfix_typo_version
Browse files Browse the repository at this point in the history
docs: Fix simple typo, verison -> version
  • Loading branch information
chrisjones-brack3t authored Nov 5, 2021
2 parents 77ac493 + f7fc04e commit 26c9aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/access.rst
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ SSLRequiredMixin

Simple view mixin that requires the incoming request to be secure by checking
Django's `request.is_secure()` method. By default the mixin will return a
permanent (301) redirect to the https verison of the current url. Optionally
permanent (301) redirect to the https version of the current url. Optionally
you can set `raise_exception=True` and a 404 will be raised.

Standard Django Usage
Expand Down

0 comments on commit 26c9aaa

Please sign in to comment.