From 945bf18ee01833d93c94fcda76c14b19975a184b Mon Sep 17 00:00:00 2001 From: onnadi-sa <51714064+onnadi-sa@users.noreply.github.com> Date: Tue, 3 Dec 2019 13:04:18 -0600 Subject: [PATCH] Fix typo (#1692) --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index b26f6ea..e080cb1 100644 --- a/docs/api.md +++ b/docs/api.md @@ -25,7 +25,7 @@ React Table is essentially a compatible collection of **custom React hooks**: ### Hook Usage -`useTable` is the **primary** hook used to build a React Table. It serves as the starting point for **every option and every plugin hook** that React Table supports. The options passed into `useTable` are supplied to every plugin hook after it in the order they are supplied, eventually resulting a final `instance` object that you can use to build your table UI and interact with the table's state. +`useTable` is the **primary** hook used to build a React Table. It serves as the starting point for **every option and every plugin hook** that React Table supports. The options passed into `useTable` are supplied to every plugin hook after it in the order they are supplied, eventually resulting in a final `instance` object that you can use to build your table UI and interact with the table's state. ```js const instance = useTable(