Skip to content

Commit ab19cf7

Browse files
authored
Fix typo (bvaughn#1615)
1 parent 6c69c82 commit ab19cf7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/Masonry/Masonry.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ type State = {
4040
const emptyObject = {};
4141

4242
/**
43-
* Specifies the number of miliseconds during which to disable pointer events while a scroll is in progress.
43+
* Specifies the number of milliseconds during which to disable pointer events while a scroll is in progress.
4444
* This improves performance and makes scrolling smoother.
4545
*/
4646
export const DEFAULT_SCROLLING_RESET_TIME_INTERVAL = 150;

source/WindowScroller/WindowScroller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ type DetectElementResize = {
6565
};
6666

6767
/**
68-
* Specifies the number of miliseconds during which to disable pointer events while a scroll is in progress.
68+
* Specifies the number of milliseconds during which to disable pointer events while a scroll is in progress.
6969
* This improves performance and makes scrolling smoother.
7070
*/
7171
export const IS_SCROLLING_TIMEOUT = 150;

0 commit comments

Comments
 (0)