Skip to content

Commit f280fb1

Browse files
committed
Typo fix
1 parent ecfbea8 commit f280fb1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/input/mouse/MouseManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ var Features = require('../../device/Features');
1414
* @classdesc
1515
* The Mouse Manager is a helper class that belongs to the Input Manager.
1616
*
17-
* Its role is to listen for native DOM Mouse Events and then pass there onto the Input Manager for further processing.
17+
* Its role is to listen for native DOM Mouse Events and then pass them onto the Input Manager for further processing.
1818
*
1919
* You do not need to create this class directly, the Input Manager will create an instance of it automatically.
2020
*

src/input/touch/TouchManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ var Class = require('../../utils/Class');
1414
* @classdesc
1515
* The Touch Manager is a helper class that belongs to the Input Manager.
1616
*
17-
* Its role is to listen for native DOM Touch Events and then pass there onto the Input Manager for further processing.
17+
* Its role is to listen for native DOM Touch Events and then pass them onto the Input Manager for further processing.
1818
*
1919
* You do not need to create this class directly, the Input Manager will create an instance of it automatically.
2020
*

0 commit comments

Comments
 (0)