Skip to content

Commit c4a8eb1

Browse files
einomitannerlinsley
authored andcommitted
Fix typo (TanStack#1512)
1 parent 388cb85 commit c4a8eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/sorting/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function MyTable() {
6161
```
6262

6363
By default, the sorting will be `alphanumeric`. This can be changed in your `column` object.
64-
Other options include `basic` and `datettime`.
64+
Other options include `basic` and `datetime`.
6565
Note that if you're planning on sorting numbers between 0 and 1, `basic` sorting will be more accurate.
6666

6767
More information can be found in the [API Docs](/docs/api.md#useSortBy)

0 commit comments

Comments
 (0)