diff options
| author | Steve Nicolai | 2012-08-05 14:16:37 -0500 |
|---|---|---|
| committer | Misko Hevery | 2012-08-30 21:34:42 -0700 |
| commit | f66836fee40ba99008bf9d86a4dd9654b622f105 (patch) | |
| tree | 71fb6172bff42684c4191687de53639b613148c5 /docs/content/guide/dev_guide.services.$location.ngdoc | |
| parent | 0ccc445d5350c352983278eba0919bc7e4c30b34 (diff) | |
| download | angular.js-f66836fee40ba99008bf9d86a4dd9654b622f105.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}. |
