From a22dc6267f905b03d6ee8334690ece448166ea79 Mon Sep 17 00:00:00 2001 From: Salim B Date: Thu, 1 Apr 2021 11:19:04 +0000 Subject: [PATCH] Fix grammar (#1398) --- content/en/content-management/multilingual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/content-management/multilingual.md b/content/en/content-management/multilingual.md index 9ab6c436c..83100088e 100644 --- a/content/en/content-management/multilingual.md +++ b/content/en/content-management/multilingual.md @@ -345,7 +345,7 @@ Home ### Query a flexible translation with variables -Often you will want to use to the page variables in the translations strings. To do that, pass on the `.` context when calling `i18n`: +Often you will want to use the page variables in the translation strings. To do so, pass the `.` context when calling `i18n`: ``` {{ i18n "wordCount" . }}