Skip to content

Commit 478b745

Browse files
authoredNov 17, 2024··
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>
1 parent d512164 commit 478b745

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎docs-src/content/functions/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ funcs:
6666
arguments:
6767
- name: kind
6868
required: true
69-
description: the kind to compare with (see desription for possible values)
69+
description: the kind to compare with (see description for possible values)
7070
- name: value
7171
required: true
7272
description: the value to check

‎docs/content/functions/test.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ value | test.IsKind kind
110110

111111
| name | description |
112112
|------|-------------|
113-
| `kind` | _(required)_ the kind to compare with (see desription for possible values) |
113+
| `kind` | _(required)_ the kind to compare with (see description for possible values) |
114114
| `value` | _(required)_ the value to check |
115115

116116
### Examples

0 commit comments

Comments
 (0)
Please sign in to comment.