Skip to content

Commit 2a40dd7

Browse files
authored
Fixed a small typo (#5683)
1 parent 5363a31 commit 2a40dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/table/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2091,7 +2091,7 @@ done) and the filter searches that stringified data (excluding any of the specia
20912091
begin with an underscore `'_'`). The stringification also, by default, includes any data not shown
20922092
in the presented columns.
20932093

2094-
With the default built-in filter function, The `filter` prop value can either be a string or a
2094+
With the default built-in filter function, the `filter` prop value can either be a string or a
20952095
`RegExp` object (regular expressions should _not_ have the `/g` global flag set).
20962096

20972097
If the stringified row contains the provided string value or matches the RegExp expression then it

0 commit comments

Comments
 (0)