Skip to content

Commit

Permalink
Fix small grammatical errors. (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
equinox authored and jtangelder committed Oct 16, 2016
1 parent 1f28ecb commit 2300b89
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ Used for setting the direction of a recognizer, and for reading the value of an
| DIRECTION_ALL | 30 |

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

| Name | Value |
|-------------------|---------------|
Expand Down
4 changes: 2 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ title: Changelog

##### Manager
- 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))
- 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))
- 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))

##### Input
- 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))
Expand All @@ -22,7 +22,7 @@ title: Changelog
- 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))
- 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))
- Fixed moz-prefix, prefix should be Moz not moz. ([3ea47f3](https://github.com/hammerjs/hammer.js/commit/3ea47f3aebadc9d3bb6bf52bc8402cad135ef8a9))
- Removed non-existant recognizer ([f1c2d3b](https://github.com/hammerjs/hammer.js/commit/f1c2d3bf05f530ae092ecfc2335fceeff0e9eec9))
- Removed non-existent recognizer ([f1c2d3b](https://github.com/hammerjs/hammer.js/commit/f1c2d3bf05f530ae092ecfc2335fceeff0e9eec9))
- Fixed config leaking between instances([189098f](https://github.com/hammerjs/hammer.js/commit/189098ff7736f6ed2fce9a3d3e1f5a3afee085ba))
- Fixed gaps in gesture configs and update tests to match ([70c2902](https://github.com/hammerjs/hammer.js/commit/70c2902d773a750e92ce8c423f8a4165c07eab97))
- Fixed Manager off method ([#768](https://github.com/hammerjs/hammer.js/issues/768), [da49a27](https://github.com/hammerjs/hammer.js/commit/da49a2730779ecc3b4dd147cc418a0df7c70fad9))
Expand Down
2 changes: 1 addition & 1 deletion touch-action.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ too. Still, on some (unpopular) devices the fallback might not work as good as t
By default it sets a value based on the recognizer settings. You can overwrite this by giving the option `touchAction`
to the Manager.

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

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

0 comments on commit 2300b89

Please sign in to comment.