Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoDocs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'content/en/functions/dict.md')
-rw-r--r--content/en/functions/dict.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/en/functions/dict.md b/content/en/functions/dict.md
index 28d548b20..5c8ad9d8a 100644
--- a/content/en/functions/dict.md
+++ b/content/en/functions/dict.md
@@ -26,7 +26,7 @@ Note that the `key` can be either a `string` or a `string slice`. The latter is
## Example: Using `dict` to pass multiple values to a `partial`
-The partial below creates a SVG and expects `fill`, `height` and `width` from the caller:
+The partial below creates an SVG and expects `fill`, `height` and `width` from the caller:
### Partial definition