Skip to content

Commit

Permalink
docs(ngBootstrap): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin authored and chirayuk committed Feb 5, 2014
1 parent f3c30b5 commit d6b689e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bootstrap.dart
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Injector _defaultInjectorFactory(List<Module> 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.
*
Expand Down

0 comments on commit d6b689e

Please sign in to comment.