diff --git a/bower.json b/bower.json index 084f055..c1b2ecc 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,16 @@ { "name": "ratchet", + "description": "Build mobile apps with simple HTML, CSS, and JS components.", "version": "2.0.1", + "keywords": [ + "css", + "js", + "fonts", + "ios", + "android", + "mobile", + "prototype" + ], "main": [ "./dist/css/ratchet.css", "./dist/js/ratchet.js" diff --git a/dist/js/ratchet.js b/dist/js/ratchet.js index 0cf4ae1..10caf25 100644 --- a/dist/js/ratchet.js +++ b/dist/js/ratchet.js @@ -148,7 +148,7 @@ var noop = function () {}; - // Pushstate cacheing + // Pushstate caching // ================== var isScrolling; diff --git a/docs/_includes/header.html b/docs/_includes/header.html index 18c99c9..e04c71a 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -9,7 +9,7 @@ - + diff --git a/docs/dist/js/ratchet.js b/docs/dist/js/ratchet.js index 0cf4ae1..10caf25 100644 --- a/docs/dist/js/ratchet.js +++ b/docs/dist/js/ratchet.js @@ -148,7 +148,7 @@ var noop = function () {}; - // Pushstate cacheing + // Pushstate caching // ================== var isScrolling; diff --git a/js/push.js b/js/push.js index d971573..c1a56d8 100644 --- a/js/push.js +++ b/js/push.js @@ -13,7 +13,7 @@ var noop = function () {}; - // Pushstate cacheing + // Pushstate caching // ================== var isScrolling; diff --git a/package.json b/package.json index 18f2732..d46d5b3 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "version": "2.0.1", "keywords": [ "css", + "fonts", "ios", "android", "mobile",