aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/bootstrap.ngdoc
diff options
context:
space:
mode:
authorTyson Benson2012-08-09 00:12:54 +1000
committerMisko Hevery2012-08-30 21:34:42 -0700
commitb7d5fa1cbefb1e94ee46ef98c9029d5f30244f00 (patch)
tree8bb95577d63b718bb3470f6db0ea27dba5174c4c /docs/content/guide/bootstrap.ngdoc
parent8bb3942453c5cc9c34affa689168c1bb46f0263e (diff)
downloadangular.js-b7d5fa1cbefb1e94ee46ef98c9029d5f30244f00.tar.bz2
docs(typos): fix typos in dev guide
Diffstat (limited to 'docs/content/guide/bootstrap.ngdoc')
-rw-r--r--docs/content/guide/bootstrap.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/guide/bootstrap.ngdoc b/docs/content/guide/bootstrap.ngdoc
index e4ead923..58b2eb03 100644
--- a/docs/content/guide/bootstrap.ngdoc
+++ b/docs/content/guide/bootstrap.ngdoc
@@ -25,7 +25,7 @@ initialization.
</pre>
* Place the `script` tag at the buttom of the page. Placing script tags at the end of the page
- improves app load time becouse the HTML loading is not blocked by loading of the `angular.js`
+ improves app load time because the HTML loading is not blocked by loading of the `angular.js`
script. You can get the latest bits from {@link http://code.angularjs.org}. Please don't link
your production code to this URL, as it will expose a security hole on your site. For
experimental development linking to our site is fine.