summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorjulianorchard <hello@julianorchard.co.uk>2024-11-17 18:02:03 +0000
committerGitHub <noreply@github.com>2024-11-17 13:02:03 -0500
commit478b745e75c3e03a96fff7af39128e63dc356e34 (patch)
tree08bb14d35a10f4d1782eaf1550c44848bb5a4cf0 /docs
parentd512164c7f192ed21251d700918d98fe7d6c76a0 (diff)
docs(fix): Typo of description in functions/test (#2265)
* docs(fix): Typo of description in functions/test Signed-off-by: Julian Orchard <hello@julianorchard.co.uk> * docs(fix): Fix description typo in docs-src Signed-off-by: Julian Orchard <hello@julianorchard.co.uk> --------- Signed-off-by: Julian Orchard <hello@julianorchard.co.uk>
Diffstat (limited to 'docs')
-rw-r--r--docs/content/functions/test.md2
1 files changed, 1 insertions, 1 deletions
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