Skip to content

Commit 0c833c7

Browse files
authored
Merge pull request #957 from nclavaud/patch-1
fix(doc): Fix minor typo
2 parents 1a29b90 + cc35d8e commit 0c833c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-renderer-demo/src/pages/schema/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ A field with this configuration will be shown only if the first name is Douglas.
118118

119119
There are multiple condition types: [and](/schema/and), [or](/schema/or), [not](/schema/not), [sequence](/schema/condition-sequence) that can be [nested](/schema/condition-nesting).
120120

121-
And there are multiple matchers: [is](/schema/is), [isEmpty](/schema/is-empty), [isNotTempy](/schema/is-not-empty), [pattern](/schema/pattern). Some of these matchers can be inverted by using [notMatch](/schema/not-match).
121+
And there are multiple matchers: [is](/schema/is), [isEmpty](/schema/is-empty), [isNotEmpty](/schema/is-not-empty), [pattern](/schema/pattern). Some of these matchers can be inverted by using [notMatch](/schema/not-match).
122122

123123
There are also two actions that can be binded to conditions: [set](/schema/condition-set) and [visible](/schema/condition-visible).
124124

0 commit comments

Comments
 (0)