diff options
| author | Igor Minar | 2011-06-30 00:49:44 -0700 | 
|---|---|---|
| committer | Igor Minar | 2011-06-30 00:49:44 -0700 | 
| commit | 1e8448b9e50878cc23d736be66116b49c90bd7f9 (patch) | |
| tree | e0da29dc93fb3e13cdeb2499295568f4fb74c6ca /docs/src/templates/offline.html | |
| parent | c5f3a413bc00acf9ac1046fb15b454096a8890c6 (diff) | |
| download | angular.js-1e8448b9e50878cc23d736be66116b49c90bd7f9.tar.bz2 | |
fix:docs: properly distinguish between being offline and 404
Diffstat (limited to 'docs/src/templates/offline.html')
| -rw-r--r-- | docs/src/templates/offline.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/src/templates/offline.html b/docs/src/templates/offline.html index 9996eb1c..f52ca6e5 100644 --- a/docs/src/templates/offline.html +++ b/docs/src/templates/offline.html @@ -1,4 +1,4 @@  <h2>OFFLINE</h2> -<p>This page if unavailable because your are offline.</p> +<p>This page is currently unavailable because your are offline.</p>  <p>Please connect to the Internet and reload the page.</p> | 
