Fix simple typo in comments. (#1606)

This commit is contained in:
Josh Hale
2019-11-05 14:36:46 -07:00
committed by Tanner Linsley
parent 4c013ba214
commit 61f0ded1d9
+1 -1
View File
@@ -122,7 +122,7 @@ export const useTable = (props, ...plugins) => {
[defaultColumn, userColumns]
)
// Get the flat list of all columns andllow hooks to decorate
// Get the flat list of all columns and allow hooks to decorate
// those columns (and trigger this memoization via deps)
let flatColumns = React.useMemo(() => {
if (process.env.NODE_ENV === 'development' && debug)