Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit d6b689e

Browse files
chalinchirayuk
authored andcommitted
docs(ngBootstrap): fix typo
1 parent f3c30b5 commit d6b689e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bootstrap.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Injector _defaultInjectorFactory(List<Module> modules) =>
4747
* - [modules] Optional list of [Module]s to add to the [Injector] (if more than one is needed).
4848
* - [element] Optional root element of the application. If non specified, the
4949
* the root element is looked up using the [selector]. If selector can not
50-
* identify a root, the root [HTTML] element is used for bootstraping.
50+
* identify a root, the root [HTML] element is used for bootstraping.
5151
* - [selector] Optional CSS selector used to locate the root element for the application.
5252
* - [injectorFactor] Optional factory responsible for creating the injector.
5353
*

0 commit comments

Comments
 (0)