Fix typo in Table docs

This commit is contained in:
Ben Welsh 2023-04-14 06:59:41 -07:00 committed by GitHub
parent 76fbd7dda5
commit 5b3d8de905
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,6 @@ Feel free to both search and filter.
```svelte
<Table
data="{yourData}"
,
searchable="{true}"
filterField="{'Region'}"
paginated="{true}"