From aae4e9922a1026b7676746b4bb976bf0d27d7495 Mon Sep 17 00:00:00 2001 From: David Chambers Date: Mon, 16 Sep 2013 13:02:32 -0700 Subject: [PATCH] fix typo --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index aaf30f8..a6154a9 100644 --- a/README.markdown +++ b/README.markdown @@ -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