summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPhilipp Bosch <hello@pb.io>2022-02-18 13:03:41 +0100
committerGitHub <noreply@github.com>2022-02-18 13:03:41 +0100
commit737542390af27616d93f86cd418e2d7f3e874b27 (patch)
treedd6a834f9a05483bfd65655f72a5b6ee01634284 /docs
parent3079133c73f3b8b0e929673b06b62dce1f54be71 (diff)
Fixed typo in docs/topics/i18n/translation.txt.
Diffstat (limited to 'docs')
-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 bc10ce73cf..4a10007d3f 100644
--- a/docs/topics/i18n/translation.txt
+++ b/docs/topics/i18n/translation.txt
@@ -1247,7 +1247,7 @@ URL::
# The value returned by get_version() must change when translations change.
urlpatterns = [
path('jsi18n/',
- cache_page(86400, key_prefix='js18n-%s' % get_version())(JavaScriptCatalog.as_view()),
+ cache_page(86400, key_prefix='jsi18n-%s' % get_version())(JavaScriptCatalog.as_view()),
name='javascript-catalog'),
]