We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5363a31 commit 2a40dd7Copy full SHA for 2a40dd7
src/components/table/README.md
@@ -2091,7 +2091,7 @@ done) and the filter searches that stringified data (excluding any of the specia
2091
begin with an underscore `'_'`). The stringification also, by default, includes any data not shown
2092
in the presented columns.
2093
2094
-With the default built-in filter function, The `filter` prop value can either be a string or a
+With the default built-in filter function, the `filter` prop value can either be a string or a
2095
`RegExp` object (regular expressions should _not_ have the `/g` global flag set).
2096
2097
If the stringified row contains the provided string value or matches the RegExp expression then it
0 commit comments