summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOla Sitarska <ola@sitarska.com>2014-08-11 12:01:14 +0200
committerBaptiste Mispelon <bmispelon@gmail.com>2014-08-11 12:08:20 +0200
commit927d7b8b712680ca9fb9ec2a16dccae0f3c8e794 (patch)
treec84d066704eaf101b27c08f9cc84438bb8984024
parent4ce5ced230481fc93288aeea922398bc36102d1e (diff)
[1.7.x] Fixed #23267 -- Fixed typo in Translation documentation
Thanks to Tomin1 for the report. Backport of 2e7be92b4df29ac851d570e57da5dcf756c5ac52 from master.
-rw-r--r--docs/topics/i18n/translation.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/i18n/translation.txt b/docs/topics/i18n/translation.txt
index 794d66a21b..db3fd3f21b 100644
--- a/docs/topics/i18n/translation.txt
+++ b/docs/topics/i18n/translation.txt
@@ -1040,7 +1040,7 @@ Client-side caching will save bandwidth and make your site load faster. If
you're using ETags (:setting:`USE_ETAGS = True <USE_ETAGS>`), you're already
covered. Otherwise, you can apply :ref:`conditional decorators
<conditional-decorators>`. In the following example, the cache is invalidated
-whenever your restart your application server.
+whenever you restart your application server.
.. code-block:: python