From f66836fee40ba99008bf9d86a4dd9654b622f105 Mon Sep 17 00:00:00 2001 From: Steve Nicolai Date: Sun, 5 Aug 2012 14:16:37 -0500 Subject: doc(devguide) - Fix typos and small grammatical errors in the developer guide. --- docs/content/guide/bootstrap.ngdoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/content/guide/bootstrap.ngdoc') diff --git a/docs/content/guide/bootstrap.ngdoc b/docs/content/guide/bootstrap.ngdoc index 58b2eb03..3be24bb5 100644 --- a/docs/content/guide/bootstrap.ngdoc +++ b/docs/content/guide/bootstrap.ngdoc @@ -24,7 +24,7 @@ initialization. - * Place the `script` tag at the buttom of the page. Placing script tags at the end of the page + * Place the `script` tag at the bottom of the page. Placing script tags at the end of the page 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 @@ -34,12 +34,12 @@ initialization. * Choose: `angular-[version].min.js` for a compressed and obfuscated file, suitable for use in production. * Place `ng-app` to the root of your application, typically on the `` tag if you want - anugular to auto-bootstrap your application. + angular to auto-bootstrap your application. * If you choose to use the old style directive syntax `ng:` then include xml-namespace in `html` - to make IE happy. (This is here for historical resons, and we no longer recomend use of + to make IE happy. (This is here for historical reasons, and we no longer recommend use of `ng:`.) -- cgit v1.2.3