diff options
| author | Igor Minar | 2011-10-12 22:50:35 -0700 | 
|---|---|---|
| committer | Igor Minar | 2011-10-12 23:04:48 -0700 | 
| commit | 28ccc76aa17f6107bea692ad4782cfb209e7a10f (patch) | |
| tree | e1ba29f5a965b9c5c79dbf3eb1f3067d593622b5 | |
| parent | b3c4cb7cff8bab6e0e3d7e68870ed6316bbd5241 (diff) | |
| download | angular.js-28ccc76aa17f6107bea692ad4782cfb209e7a10f.tar.bz2 | |
docs(dev_guide.bootstrap.auto_bootstrap): fixing a typo
| -rw-r--r-- | docs/content/guide/dev_guide.bootstrap.auto_bootstrap.ngdoc | 2 | ||||
| -rw-r--r-- | src/widgets.js | 2 | 
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/guide/dev_guide.bootstrap.auto_bootstrap.ngdoc b/docs/content/guide/dev_guide.bootstrap.auto_bootstrap.ngdoc index 5c29221d..10466d5e 100644 --- a/docs/content/guide/dev_guide.bootstrap.auto_bootstrap.ngdoc +++ b/docs/content/guide/dev_guide.bootstrap.auto_bootstrap.ngdoc @@ -1,5 +1,5 @@  @ngdoc overview -@name Developer Guide: Initializing Angular: Automatic Initiialization +@name Developer Guide: Initializing Angular: Automatic Initialization  @description  Angular initializes automatically when you load the angular script into your page, specifying diff --git a/src/widgets.js b/src/widgets.js index f6ebbde0..f1f46419 100644 --- a/src/widgets.js +++ b/src/widgets.js @@ -533,7 +533,7 @@ angularWidget("@ng:non-bindable", noop);            expect(element('.doc-example-live ng\\:view').text()).toMatch(/Developer Guide: Overview/);            element('.doc-example-live a:contains(bootstrap)').click(); -          expect(element('.doc-example-live ng\\:view').text()).toMatch(/Developer Guide: Initializing Angular: Automatic Initiialization/); +          expect(element('.doc-example-live ng\\:view').text()).toMatch(/Developer Guide: Initializing Angular: Automatic Initialization/);          });        </doc:scenario>      </doc:example>  | 
