Skip to content

Commit

Permalink
Fix typo (#1615)
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa authored Dec 19, 2020
1 parent 6c69c82 commit ab19cf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/Masonry/Masonry.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ type State = {
const emptyObject = {};

/**
* Specifies the number of miliseconds during which to disable pointer events while a scroll is in progress.
* Specifies the number of milliseconds during which to disable pointer events while a scroll is in progress.
* This improves performance and makes scrolling smoother.
*/
export const DEFAULT_SCROLLING_RESET_TIME_INTERVAL = 150;
Expand Down
2 changes: 1 addition & 1 deletion source/WindowScroller/WindowScroller.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ type DetectElementResize = {
};

/**
* Specifies the number of miliseconds during which to disable pointer events while a scroll is in progress.
* Specifies the number of milliseconds during which to disable pointer events while a scroll is in progress.
* This improves performance and makes scrolling smoother.
*/
export const IS_SCROLLING_TIMEOUT = 150;
Expand Down

0 comments on commit ab19cf7

Please # to comment.