summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2018-10-11 11:44:47 -0400
committerGitHub <noreply@github.com>2018-10-11 11:44:47 -0400
commitdfd047fe6b2fe9117e256ba2e1a136d23405c8ae (patch)
tree9bc59d02cbb4eff15761cc82e37677c61e4f0b64
parent4ad2c362d4fbd0f646b6cf6e20d30d641dcb69fd (diff)
parent2e37f821930ee327bdf3a58d48a55525886cc6c7 (diff)
Merge pull request #412 from virtualroot/patch-1
Fix a typo
-rw-r--r--docs/content/syntax.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/syntax.md b/docs/content/syntax.md
index 453d61d0..57eacda9 100644
--- a/docs/content/syntax.md
+++ b/docs/content/syntax.md
@@ -47,7 +47,7 @@ Goodbye, world.
## Indexing arrays and maps
-Occasionally, multi-dimensional data such as arrays (lists, slices) and maps (dictionaries) are used in templates, somtimes through the use of
+Occasionally, multi-dimensional data such as arrays (lists, slices) and maps (dictionaries) are used in templates, sometimes through the use of
[data sources][]. Accessing values within these data can be done in a few
ways which bear clarifying: