Skip to content

Commit

Permalink
Merge pull request madrobby#101 from davidchambers/typo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
madrobby committed Mar 6, 2014
2 parents 5004b91 + aae4e99 commit 21e3785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -98,7 +98,7 @@ key.getPressedKeyCodes() // returns an array of key codes currently pressed

## Scopes

If you want to reuse the same shortcut for seperate areas in your single page app,
If you want to reuse the same shortcut for separate areas in your single page app,
Keymaster supports switching between scopes. Use the `key.setScope` method to set scope.

```javascript
Expand Down

0 comments on commit 21e3785

Please sign in to comment.