Skip to content

Commit 2300b89

Browse files
equinoxjtangelder
authored andcommitted
Fix small grammatical errors. (#43)
1 parent 1f28ecb commit 2300b89

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ Used for setting the direction of a recognizer, and for reading the value of an
235235
| DIRECTION_ALL | 30 |
236236

237237
### Input Events
238-
Hammer maps all types of input (mousedown, mousemove, touchmove, pointercancel) to these contants.
238+
Hammer maps all types of input (mousedown, mousemove, touchmove, pointercancel) to these constants.
239239

240240
| Name | Value |
241241
|-------------------|---------------|

changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ title: Changelog
99

1010
##### Manager
1111
- Added check to ensure that the required parameters are present ([#908](https://github.com/hammerjs/hammer.js/issues/908), [085d3a8](https://github.com/hammer.js/hammerjs/commit/085d3a87eab8674c45e9d3a14c4ca44ad7b97e26))
12-
- Fixed restoration of Hammer.defaults.cssProps on destory ([#904theregttr5ki](https://github.com/hammerjs/hammer.js/issues/904), [7d0e60f](https://github.com/hammer.js/hammerjs/commit/7d0e60f6743517db3c05a38e966fb9fb5052fa03))
12+
- Fixed restoration of Hammer.defaults.cssProps on destroy ([#904theregttr5ki](https://github.com/hammerjs/hammer.js/issues/904), [7d0e60f](https://github.com/hammer.js/hammerjs/commit/7d0e60f6743517db3c05a38e966fb9fb5052fa03))
1313

1414
##### Input
1515
- Fixed de-duping of mouse events on mouse touch combo devices ([#917](https://github.com/hammer.js/hammer.js/issues/917), [#863](https://github.com/hammerjs/hammer.js/issues/863), [bfeb89a](https://github.com/hammerjs/hammerjs/commit/bfeb89a77f778c527f771150d1e9687bd318ce8d))
@@ -22,7 +22,7 @@ title: Changelog
2222
- Expose Hammer on window or self if either is defined to avoid issues when AMD is present but not used. ( [356f795](https://github.com/hammerjs/hammer.js/commit/356f7955b01f3679c29d6c45931679256b45036e))
2323
- Add support for PointerEvent instead of MSPointerEvent if supported. ([#754](https://github.com/hammerjs/hammer.js/issues/754), [439c7a6](https://github.com/hammerjs/hammer.js/commit/439c7a6c46978ab387b4b8289399e904d1c49535))
2424
- Fixed moz-prefix, prefix should be Moz not moz. ([3ea47f3](https://github.com/hammerjs/hammer.js/commit/3ea47f3aebadc9d3bb6bf52bc8402cad135ef8a9))
25-
- Removed non-existant recognizer ([f1c2d3b](https://github.com/hammerjs/hammer.js/commit/f1c2d3bf05f530ae092ecfc2335fceeff0e9eec9))
25+
- Removed non-existent recognizer ([f1c2d3b](https://github.com/hammerjs/hammer.js/commit/f1c2d3bf05f530ae092ecfc2335fceeff0e9eec9))
2626
- Fixed config leaking between instances([189098f](https://github.com/hammerjs/hammer.js/commit/189098ff7736f6ed2fce9a3d3e1f5a3afee085ba))
2727
- Fixed gaps in gesture configs and update tests to match ([70c2902](https://github.com/hammerjs/hammer.js/commit/70c2902d773a750e92ce8c423f8a4165c07eab97))
2828
- Fixed Manager off method ([#768](https://github.com/hammerjs/hammer.js/issues/768), [da49a27](https://github.com/hammerjs/hammer.js/commit/da49a2730779ecc3b4dd147cc418a0df7c70fad9))

touch-action.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ too. Still, on some (unpopular) devices the fallback might not work as good as t
1414
By default it sets a value based on the recognizer settings. You can overwrite this by giving the option `touchAction`
1515
to the Manager.
1616

17-
When you set the touchAction to `auto` it doesnt prevent any defaults, and Hammer would probably break. You have to
17+
When you set the touchAction to `auto` it doesn't prevent any defaults, and Hammer would probably break. You have to
1818
call `preventDefault` manually to fix this. You should only use this if you know what you're doing.
1919

2020
**[View the touch-action test.](https://cdn.rawgit.com/hammerjs/hammer.js/master/tests/manual/touchaction.html)**

0 commit comments

Comments
 (0)