Skip to content

Commit 7c0d8e5

Browse files
authored
docs: correct typo (#5813)
1 parent 226c677 commit 7c0d8e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/migrating.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Types are now included in the base package, so you can remove the `@types/react-
7373
### Update column definitions
7474

7575
- accessor was renamed to either `accessorKey` or `accessorFn` (depending on whether you are using a string or function)
76-
- width, minWidth, maxWidth where renamed to size, minSize, maxSize
76+
- width, minWidth, maxWidth were renamed to size, minSize, maxSize
7777
- Optionally, you can use the new `createColumnHelper` function around each column definition for better TypeScript hints. (You can still just use an array of column definitions if you prefer.)
7878
- The first parameter is the accessor function or accessor string.
7979
- The second parameter is an object of column options.

0 commit comments

Comments
 (0)