Skip to content

Commit 3cf4fd9

Browse files
authored
docs: Update global-filtering.md (#5826)
typo: setGlobalFilter added the missing `r`
1 parent a92ce6a commit 3cf4fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/global-filtering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ const table = useReactTable({
106106
state: {
107107
globalFilter,
108108
},
109-
onGlobalFilterChange: setGlobalFilte
109+
onGlobalFilterChange: setGlobalFilter
110110
})
111111
```
112112

0 commit comments

Comments
 (0)