Navigation Menu

Skip to content

Commit

Permalink
Fix simple typo in comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
josh08h committed Oct 19, 2019
1 parent 4b7c856 commit 8abe86c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useTable.js
Expand Up @@ -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)
Expand Down

0 comments on commit 8abe86c

Please sign in to comment.