Skip to content

Commit 26c9aaa

Browse files
Merge pull request #262 from timgates42/bugfix_typo_version
docs: Fix simple typo, verison -> version
2 parents 77ac493 + f7fc04e commit 26c9aaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/access.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ SSLRequiredMixin
337337

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

343343
Standard Django Usage

0 commit comments

Comments
 (0)