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:10:52 +0200
commit5d6e4031dff26c3df32712e5037037a7c71a81ea (patch)
tree608d02f12ca37e038eb1fb23165ac087a552ebad
parentbafc7237a94894164ac99a82ce6eb0d4c09ba059 (diff)
[1.5.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 82dc5384a5..61e4c3542f 100644
--- a/docs/topics/i18n/translation.txt
+++ b/docs/topics/i18n/translation.txt
@@ -972,7 +972,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