Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchambers committed Sep 16, 2013
1 parent a2b06f5 commit aae4e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,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 aae4e99

Please sign in to comment.