summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs-src/content/functions/test.yml2
-rw-r--r--docs/content/functions/test.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs-src/content/functions/test.yml b/docs-src/content/functions/test.yml
index 7d312e26..c6464958 100644
--- a/docs-src/content/functions/test.yml
+++ b/docs-src/content/functions/test.yml
@@ -66,7 +66,7 @@ funcs:
arguments:
- name: kind
required: true
- description: the kind to compare with (see desription for possible values)
+ description: the kind to compare with (see description for possible values)
- name: value
required: true
description: the value to check
diff --git a/docs/content/functions/test.md b/docs/content/functions/test.md
index d37f2920..dc2989fa 100644
--- a/docs/content/functions/test.md
+++ b/docs/content/functions/test.md
@@ -110,7 +110,7 @@ value | test.IsKind kind
| name | description |
|------|-------------|
-| `kind` | _(required)_ the kind to compare with (see desription for possible values) |
+| `kind` | _(required)_ the kind to compare with (see description for possible values) |
| `value` | _(required)_ the value to check |
### Examples