Skip to content

Commit c7c138d

Browse files
committed
Work around spellchecker
1 parent de5c12b commit c7c138d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config-api/fql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ For example, you can write `length( userId ) > 0` instead of `typeof( userId ) =
141141

142142
### `match( string, pattern )`
143143

144-
The `match( string, pattern )` function uses "glob" matching to return `true` if the given string fully matches a given pattern. Glob patterns are case sensitive. If you only need to determine if a string contains a given substring, you should use `contains()`.
144+
The `match( string, pattern )` function uses "glob" matching to return `true` if the given string fully matches a given pattern. Glob patterns are case sensitive. If you only need to determine if a string contains another string, you should use `contains()`.
145145

146146
| Pattern | Summary |
147147
| ------- | ---------------------------------------------------------------------------------------------------------------------- |

0 commit comments

Comments
 (0)