Skip to content

Commit

Permalink
docs(fix): Typo of description in functions/test (#2265)
Browse files Browse the repository at this point in the history
* docs(fix): Typo of description in functions/test

Signed-off-by: Julian Orchard <[email protected]>

* docs(fix): Fix description typo in docs-src

Signed-off-by: Julian Orchard <[email protected]>

---------

Signed-off-by: Julian Orchard <[email protected]>
  • Loading branch information
julianorchard authored Nov 17, 2024
1 parent d512164 commit 478b745
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs-src/content/functions/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/content/functions/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 478b745

Please sign in to comment.