diff options
| author | julianorchard <hello@julianorchard.co.uk> | 2024-11-17 18:02:03 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-17 13:02:03 -0500 |
| commit | 478b745e75c3e03a96fff7af39128e63dc356e34 (patch) | |
| tree | 08bb14d35a10f4d1782eaf1550c44848bb5a4cf0 /docs | |
| parent | d512164c7f192ed21251d700918d98fe7d6c76a0 (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.md | 2 |
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 |
