Skip to content

Commit 049ba69

Browse files
authored
Fixed markdown layout issue.
1 parent 03a0b0b commit 049ba69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Interop/Firebase Component System.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
FirebaseCore has a dependency injection system (referred to as "Interop") used to depend on
44
functionalities provided by other Firebase SDKs. This gives the ability to depend on a typesafe
5-
interface-only API to consume without depending on the entire SDK and simulate optional dependencies
6-
- depending on the definition but not the implementing SDK and only functioning when the
7-
implementing SDK is included.
5+
interface-only API to consume without depending on the entire SDK and simulates optional
6+
dependencies - depending on the definition but not the implementing SDK and only functioning when
7+
the implementing SDK is included.
88

99
//TODO(ryanwilson): Table of Contents
1010

0 commit comments

Comments
 (0)