From 557fcf41b240e4132942af0287db860c38dfa8f3 Mon Sep 17 00:00:00 2001 From: orthographic-pedant Date: Wed, 30 Sep 2015 17:49:51 -0400 Subject: [PATCH] Fixed typographical error, changed aplication to application in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 208163e..44ee7f1 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ normalizes and fixes many bugs, here are a few of the advantges: * Option to start/stop pooling/listening for changes on the hash whenever you want giving more control over how you app is supposed to work. * Available as an AMD module which can be easily integrated into other - projects without polluting the global scope or affecting you aplication + projects without polluting the global scope or affecting you application structure. * Isn't a plugin for a large JS library/framework (so you can use it with *any* library).