Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Commit fb7b6f4

Browse files
committed
Fix spelling mistake #267
1 parent 280beea commit fb7b6f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FixedDataTableColumnNew.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ var FixedDataTableColumn = React.createClass({
151151
* has a flex grow, once you resize the column this will be set to 0.
152152
*
153153
* This property only provides the UI for the column resizing. If this
154-
* is set to true, you will need ot se the onColumnResizeEndCallback table
154+
* is set to true, you will need to set the onColumnResizeEndCallback table
155155
* property and render your columns appropriately.
156156
*/
157157
isResizable: PropTypes.bool,

0 commit comments

Comments
 (0)