We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3c30b5 commit d6b689eCopy full SHA for d6b689e
lib/bootstrap.dart
@@ -47,7 +47,7 @@ Injector _defaultInjectorFactory(List<Module> modules) =>
47
* - [modules] Optional list of [Module]s to add to the [Injector] (if more than one is needed).
48
* - [element] Optional root element of the application. If non specified, the
49
* 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.
+ * identify a root, the root [HTML] element is used for bootstraping.
51
* - [selector] Optional CSS selector used to locate the root element for the application.
52
* - [injectorFactor] Optional factory responsible for creating the injector.
53
*
0 commit comments