From d6b689e805b638d027dcc991122e642cb2cd41d7 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Tue, 4 Feb 2014 10:00:13 -0600 Subject: [PATCH] docs(ngBootstrap): fix typo --- lib/bootstrap.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bootstrap.dart b/lib/bootstrap.dart index 89439aa12..a04649c45 100644 --- a/lib/bootstrap.dart +++ b/lib/bootstrap.dart @@ -47,7 +47,7 @@ Injector _defaultInjectorFactory(List modules) => * - [modules] Optional list of [Module]s to add to the [Injector] (if more than one is needed). * - [element] Optional root element of the application. If non specified, the * the root element is looked up using the [selector]. If selector can not - * identify a root, the root [HTTML] element is used for bootstraping. + * identify a root, the root [HTML] element is used for bootstraping. * - [selector] Optional CSS selector used to locate the root element for the application. * - [injectorFactor] Optional factory responsible for creating the injector. *