summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-05-22 06:48:59 -0400
committerTim Graham <timograham@gmail.com>2015-05-22 06:51:26 -0400
commitf7401b6bb0cfcf5c2c9b4367da7902c17de8002a (patch)
treee3edcd4ba601583e37367763ee588093e32e0d33
parent27fdd4562014cbff31a3a00d3c4a8339e86886b7 (diff)
[1.8.x] Fixed typo in docs/topics/auth/default.txt
Backport of 00d763a4fbc1c1a0b3729afad1d0109b6ea90e13 from master
-rw-r--r--docs/topics/auth/default.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/auth/default.txt b/docs/topics/auth/default.txt
index 617de73206..2caf4ca3d7 100644
--- a/docs/topics/auth/default.txt
+++ b/docs/topics/auth/default.txt
@@ -849,8 +849,8 @@ implementation details see :ref:`using-the-views`.
{% if next %}
{% if user.is_authenticated %}
- <p>You account doesn't have access to this page. To proceed, please
- login with an account that has access.</p>
+ <p>Your account doesn't have access to this page. To proceed,
+ please login with an account that has access.</p>
{% else %}
<p>Please login to see this page.</p>
{% endif %}