From 28ccc76aa17f6107bea692ad4782cfb209e7a10f Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Wed, 12 Oct 2011 22:50:35 -0700 Subject: docs(dev_guide.bootstrap.auto_bootstrap): fixing a typo --- src/widgets.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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/); }); -- cgit v1.2.3