diff --git a/docs/content/guide/$location.ngdoc b/docs/content/guide/$location.ngdoc index fd436c68..7c76f72c 100644 --- a/docs/content/guide/$location.ngdoc +++ b/docs/content/guide/$location.ngdoc @@ -5,9 +5,9 @@ # What does it do? -The `$location` service parses the URL in the browser address bar (based on the [window.location](https://developer.mozilla.org/en/window.location)) and makes the URL available to -your application. Changes to the URL in the address bar are reflected into $location service and -changes to $location are reflected into the browser address bar. +The `$location` service parses the URL in the browser address bar (based on [`window.location`](https://developer.mozilla.org/en/window.location)) and makes the URL available to +your application. Changes to the URL in the address bar are reflected into the `$location` service and +changes to `$location` are reflected into the browser address bar. **The $location service:** @@ -21,7 +21,7 @@ changes to $location are reflected into the browser address bar. - Represents the URL object as a set of methods (protocol, host, port, path, search, hash). -## Comparing $location to window.location +## Comparing `$location` to `window.location`