From 1bc49fe450bfe43a089b353e4af7116b63d87273 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 10 Sep 2012 15:08:29 -0400 Subject: [PATCH] Spelling: explicitly --- bin/templates/project/assets/www/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/templates/project/assets/www/js/index.js b/bin/templates/project/assets/www/js/index.js index 31d9064e..87b56604 100644 --- a/bin/templates/project/assets/www/js/index.js +++ b/bin/templates/project/assets/www/js/index.js @@ -31,7 +31,7 @@ var app = { // deviceready Event Handler // // The scope of 'this' is the event. In order to call the 'receivedEvent' - // function, we must explicity call 'app.receivedEvent(...);' + // function, we must explicitly call 'app.receivedEvent(...);' onDeviceReady: function() { app.receivedEvent('deviceready'); },