Skip to content

Commit ad69626

Browse files
authored
Minor docs clarification (#2271)
1 parent 2ea8d01 commit ad69626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Interop/Firebase Component System.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ with the same instance. For example, Auth could provide `FIRAuthUserInterop` and
429429
`FIRAuthSignInInterop`. If a single Auth instance should be shared between those two protocols, the
430430
system currently doesn't work.
431431

432-
In order to alleviate this, Auth could create a third (internal only) protocol
432+
In order to alleviate this, Auth could create a third private protocol
433433
(`FIRAuthCombinedInterop`) that conforms to both `FIRAuthUserInterop` and `FIRAuthSignInInterop` and
434434
becomes a dependency for each of those two components and returned in the component creation block.
435435
An abbreviated code sample:

0 commit comments

Comments
 (0)