aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorIgor Minar2011-10-13 14:42:41 -0700
committerIgor Minar2011-10-13 14:42:49 -0700
commitad5e42cf8229a40d8dfd3f3e178207b2af1cdb14 (patch)
tree75e01473e57398dff5695a58983ad9b84f43ecbc /src
parent9ed1126adb56cbeebd23f3589decff2ac6bc36b3 (diff)
downloadangular.js-ad5e42cf8229a40d8dfd3f3e178207b2af1cdb14.tar.bz2
docs($location): Html5 -> HTML5
Diffstat (limited to 'src')
-rw-r--r--src/service/location.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/service/location.js b/src/service/location.js
index 6e01d669..2ffc5587 100644
--- a/src/service/location.js
+++ b/src/service/location.js
@@ -96,10 +96,10 @@ function convertToHashbangUrl(url, basePath, hashPrefix) {
/**
* LocationUrl represents an url
- * This object is exposed as $location service when html5 is enabled and supported
+ * This object is exposed as $location service when HTML5 mode is enabled and supported
*
* @constructor
- * @param {string} url Html5 url
+ * @param {string} url HTML5 url
* @param {string} pathPrefix
*/
function LocationUrl(url, pathPrefix) {
@@ -107,7 +107,7 @@ function LocationUrl(url, pathPrefix) {
/**
* Parse given html5 (regular) url string into properties
- * @param {string} url Html5 url
+ * @param {string} url HTML5 url
* @private
*/
this.$$parse = function(url) {