mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-06 16:20:26 +08:00
Fix misspelled variable name
This commit is contained in:
Vendored
+1
-1
@@ -475,7 +475,7 @@ declare module Slick {
|
||||
/**
|
||||
* If set to true, whenever this column is resized, the entire table view will rerender.
|
||||
**/
|
||||
rerenderOnReize?: boolean;
|
||||
rerenderOnResize?: boolean;
|
||||
|
||||
/**
|
||||
* If false, column can no longer be resized.
|
||||
|
||||
Reference in New Issue
Block a user