From 6a447d2240e96af9f14c9d768e15c24c720de0e6 Mon Sep 17 00:00:00 2001 From: Elias Zeitfogel Date: Tue, 19 Jan 2016 23:44:03 +0100 Subject: [PATCH] Typo fixes --- content/docs/api/databags/contents.lr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/api/databags/contents.lr b/content/docs/api/databags/contents.lr index f943b95d..50fb6d73 100644 --- a/content/docs/api/databags/contents.lr +++ b/content/docs/api/databags/contents.lr @@ -33,7 +33,7 @@ merged together. This means that if you have a file named `i18n.ini` with a section `[en]` and a key `CLICK_HERE` the path `i18n.en.CLICK_HERE` will target that key. For JSON files further nesting is possible. You can also just target a section and the return value will be a dictionary -with can for instance be used with the [tojson :ref](../templates/filters/tojson/) +which can for instance be used with the [tojson :ref](../templates/filters/tojson/) filter. ## Example Databag