Spelling: explicitly
diff --git a/templates/full/www/js/index.js b/templates/full/www/js/index.js
index 3b75d3f..bf02e98 100644
--- a/templates/full/www/js/index.js
+++ b/templates/full/www/js/index.js
@@ -31,7 +31,7 @@
     // 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');
     },
diff --git a/templates/standalone/www/js/index.js b/templates/standalone/www/js/index.js
index 3b75d3f..bf02e98 100644
--- a/templates/standalone/www/js/index.js
+++ b/templates/standalone/www/js/index.js
@@ -31,7 +31,7 @@
     // 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');
     },