From 55e79ef7b97cc4ec957337ae1ebd2a3e344909fd Mon Sep 17 00:00:00 2001 From: Matt Revell Date: Thu, 25 Aug 2016 21:54:12 +0100 Subject: [PATCH] Grammatical improvement and spelling fix. --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 9d8c504e..43707cdd 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -12,7 +12,7 @@ or use the old-skool [UMD](http://bob.yexley.net/umd-javascript-that-runs-anywhe ## Defining HotKey Maps The most future-proof and flexible way of defining hotkeys is to create a 'generic hotkey name' to 'key sequence' mapping. -> Using genric names allows for the flexibility of easy customization of hotkeys later. You only need to change the map rather than all the use-cases. +> Using generic names allow more flexibility and customization of hotkeys later. You only need to change the map rather than all the use-cases. This hotkey map is a simple js object.