summaryrefslogtreecommitdiff
path: root/docs/src/reference/scripting.md
diff options
context:
space:
mode:
authorRafael Oliveira <56204853+RafDevX@users.noreply.github.com>2023-03-27 15:20:22 +0100
committerGitHub <noreply@github.com>2023-03-27 16:20:22 +0200
commit52905cf77f593c8bee0d96ce0a405bdf80323316 (patch)
treef23f8cad680bdd6561100921f0e7ca4073973664 /docs/src/reference/scripting.md
parentc5fb34123cad86294887defe9571cd773e9ace99 (diff)
Fix typos in docs (#315)
Diffstat (limited to 'docs/src/reference/scripting.md')
-rw-r--r--docs/src/reference/scripting.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/reference/scripting.md b/docs/src/reference/scripting.md
index 9a3cfdb6..8f72c219 100644
--- a/docs/src/reference/scripting.md
+++ b/docs/src/reference/scripting.md
@@ -176,7 +176,7 @@ The body of a loop can be a code or content block:
You can use _dot notation_ to access fields on a value. The value in question
can be either:
- a [dictionary]($type/dictionary) that has the specified key,
-- a [symbols]($type/symbol) that has the specified modifier,
+- a [symbol]($type/symbol) that has the specified modifier,
- a [module]($type/module) containing the specified definition,
- [content]($type/content) that has the specified field.