Skip to content

Commit c13e353

Browse files
authored
remove direct boot mode reference
1 parent 8cd2dc3 commit c13e353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributor-docs/components/components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ A Firebase Component is an entity that:
4343

4444
* Implements one or more interfaces
4545
* Has a list of dependencies(required or optional). See [Dependencies]({{ site.baseurl }}{% link components/dependencies.md %})
46-
* Has initialization requirements(e.g. eager in default app and direct boot aware)
46+
* Has initialization requirements(e.g. eager in default app)
4747
* Defines a factory creates an instance of the component’s interface given it's dependencies.
4848
(In other words describes how to create the given component.)
4949

0 commit comments

Comments
 (0)