Skip to content

Commit

Permalink
fix: typo in link to useSortBy API docs (#2310)
Browse files Browse the repository at this point in the history
* fix: typo in link to useSortBy API docs

* Update examples/sorting/README.md

Co-authored-by: Tanner Linsley <tannerlinsley@gmail.com>
  • Loading branch information
auburnsummer and tannerlinsley committed May 15, 2020
1 parent 1d729b9 commit 7bc067c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/sorting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ By default, the sorting will be `alphanumeric`. This can be changed in your `col
Other options include `basic` and `datetime`.
Note that if you're planning on sorting numbers between 0 and 1, `basic` sorting will be more accurate.

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

````diff
const columns = React.useMemo(
Expand Down

0 comments on commit 7bc067c

Please sign in to comment.