diff options
| author | Steve Nicolai | 2012-08-05 14:16:37 -0500 | 
|---|---|---|
| committer | Misko Hevery | 2012-08-30 16:02:24 -0700 | 
| commit | 5cb7297a08649107d5155a22477c8c3511372034 (patch) | |
| tree | e25e455b8289342f1b98281c1fe5c9d0d3701cc8 /docs/content/guide/dev_guide.services.$location.ngdoc | |
| parent | 0f05516d14329a5e080969c174fb7535b3a43cbe (diff) | |
| download | angular.js-5cb7297a08649107d5155a22477c8c3511372034.tar.bz2 | |
doc(devguide) - Fix typos and small grammatical errors in the developer guide.
Diffstat (limited to 'docs/content/guide/dev_guide.services.$location.ngdoc')
| -rw-r--r-- | docs/content/guide/dev_guide.services.$location.ngdoc | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/docs/content/guide/dev_guide.services.$location.ngdoc b/docs/content/guide/dev_guide.services.$location.ngdoc index b13a47d1..17d38b14 100644 --- a/docs/content/guide/dev_guide.services.$location.ngdoc +++ b/docs/content/guide/dev_guide.services.$location.ngdoc @@ -331,11 +331,11 @@ to entry point of your application (e.g. index.html)  ### Crawling your app -If you want your AJAX application to be indexed by web crawlers, you rill need to add the following +If you want your AJAX application to be indexed by web crawlers, you will need to add the following  meta tag to the HEAD section of your document:  <pre><meta name="fragment" content="!" /></pre> -This statement causes a crawler to request links with empty `_escaped_fragment_` parameter so that +This statement causes a crawler to request links with an empty `_escaped_fragment_` parameter so that  your server can recognize the crawler and serve it HTML snapshots. For more information about this  technique, see {@link http://code.google.com/web/ajaxcrawling/docs/specification.html Making AJAX  Applications Crawlable}. | 
