From 27b3ea4d3240962a7e85fd93f378bba4784f338d Mon Sep 17 00:00:00 2001 From: Greg Fedirko Date: Thu, 18 Sep 2014 11:57:39 -0700 Subject: [PATCH] docs(guide/$location): improve readability --- docs/content/guide/$location.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guide/$location.ngdoc b/docs/content/guide/$location.ngdoc index 298fde15..3a3a70bc 100644 --- a/docs/content/guide/$location.ngdoc +++ b/docs/content/guide/$location.ngdoc @@ -245,7 +245,7 @@ it('should show example', inject( ## HTML5 mode In HTML5 mode, the `$location` service getters and setters interact with the browser URL address -through the HTML5 history API, which allows for use of regular URL path and search segments, +through the HTML5 history API. This allows for use of regular URL path and search segments, instead of their hashbang equivalents. If the HTML5 History API is not supported by a browser, the `$location` service will fall back to using the hashbang URLs automatically. This frees you from having to worry about whether the browser displaying your app supports the history API or not; the