From ffb9cbfdaaaa84378d59a25abe9fb711ece4de7e Mon Sep 17 00:00:00 2001 From: Ola Sitarska Date: Mon, 11 Aug 2014 12:01:14 +0200 Subject: [PATCH] [1.6.x] Fixed #23267 -- Fixed typo in Translation documentation Thanks to Tomin1 for the report. Backport of 2e7be92b4df29ac851d570e57da5dcf756c5ac52 from master. --- docs/topics/i18n/translation.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/i18n/translation.txt b/docs/topics/i18n/translation.txt index 4d7d477a8a1..4c9a6ca6566 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 `), you're already covered. Otherwise, you can apply :ref:`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