Fix grammar (#1398)

This commit is contained in:
Salim B
2021-04-01 11:19:04 +00:00
committed by GitHub
parent eb98b09973
commit a22dc6267f
@@ -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" . }}