We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d512164 commit 478b745Copy full SHA for 478b745
docs-src/content/functions/test.yml
@@ -66,7 +66,7 @@ funcs:
66
arguments:
67
- name: kind
68
required: true
69
- description: the kind to compare with (see desription for possible values)
+ description: the kind to compare with (see description for possible values)
70
- name: value
71
72
description: the value to check
docs/content/functions/test.md
@@ -110,7 +110,7 @@ value | test.IsKind kind
110
111
| name | description |
112
|------|-------------|
113
-| `kind` | _(required)_ the kind to compare with (see desription for possible values) |
+| `kind` | _(required)_ the kind to compare with (see description for possible values) |
114
| `value` | _(required)_ the value to check |
115
116
### Examples
0 commit comments