summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJonathan Chan Kwan Yin <sofe2038@gmail.com>2024-01-26 05:21:41 +0800
committerGitHub <noreply@github.com>2024-01-25 22:21:41 +0100
commit1daabc67edcefeadd3a18d12b7d4572d5cdbec07 (patch)
tree37465c094d9fccfa1581179c67162716bb3c3396 /docs
parentc95f6ce700a8541d5a7f063d4699b85ac083c29f (diff)
typo contruct->construct (#3017)
Diffstat (limited to 'docs')
-rw-r--r--docs/content/manual/manual.yml2
-rw-r--r--docs/content/manual/v1.7/manual.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/manual/manual.yml b/docs/content/manual/manual.yml
index 3780e8a0..ff000e97 100644
--- a/docs/content/manual/manual.yml
+++ b/docs/content/manual/manual.yml
@@ -568,7 +568,7 @@ sections:
.bar`, produces both the "foo" fields and "bar" fields as
separate outputs.
- The `,` operator is one way to contruct generators.
+ The `,` operator is one way to construct generators.
examples:
- program: '.foo, .bar'
diff --git a/docs/content/manual/v1.7/manual.yml b/docs/content/manual/v1.7/manual.yml
index 513420af..75d4a22a 100644
--- a/docs/content/manual/v1.7/manual.yml
+++ b/docs/content/manual/v1.7/manual.yml
@@ -569,7 +569,7 @@ sections:
.bar`, produces both the "foo" fields and "bar" fields as
separate outputs.
- The `,` operator is one way to contruct generators.
+ The `,` operator is one way to construct generators.
examples:
- program: ".foo, .bar"