diff --git a/docs-src/content/functions/test.yml b/docs-src/content/functions/test.yml index 7d312e26a..c64649583 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 d37f29201..dc2989fad 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