summaryrefslogtreecommitdiff
path: root/docs/topics
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:09:32 +0200
commitffb9cbfdaaaa84378d59a25abe9fb711ece4de7e (patch)
tree2f1ae98b0f1e51831bc27ce9c88c1d2feea54aba /docs/topics
parent72e98d5c160442a2cf2c016d9bbb78bc6e09b2e7 (diff)
[1.6.x] Fixed #23267 -- Fixed typo in Translation documentation
Thanks to Tomin1 for the report. Backport of 2e7be92b4df29ac851d570e57da5dcf756c5ac52 from master.
Diffstat (limited to 'docs/topics')
-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 4d7d477a8a..4c9a6ca656 100644
--- a/docs/topics/i18n/translation.txt
+++ b/docs/topics/i18n/translation.txt
@@ -1014,7 +1014,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