Skip to content

Commit 0bdc148

Browse files
authored
Fix typos in CHANGELOG [skip-ci] (#9758)
1 parent 7ffb445 commit 0bdc148

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

FirebaseCore/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
## Swift Package Manager Users
2222
- [changed] `import Firebase` will no longer implicitly
2323
import Firebase Storage and Firebase Functions APIs. Use `import FirebaseStorage` and
24-
`import FirebaseFunctions`, respectively. C++/Objective clients should find alternative
24+
`import FirebaseFunctions`, respectively. C++/Objective-C++ clients should find alternative
2525
workarounds at https://forums.swift.org/t/importing-swift-libraries-from-objective-c/56730.
2626
- [changed] Beta Swift libraries (except `FirebaseInAppMessagingSwift-Beta`) have exited beta
2727
and are now generally available. When upgrading a project that includes one or more of these
@@ -37,8 +37,8 @@
3737
## Zip and Carthage Users
3838
- [changed] **Breaking change**: Update the minimum supported versions for the zip and Carthage
3939
distributions to iOS 11.0, tvOS 11.0 and macOS 10.13. (#9633)
40-
- [added] The zip and Carthage distibutions now include the Swift extension frameworks. (#7819)
41-
- [changeed] Zip file installation instructions have changed. Please see the README embedded in
40+
- [added] The zip and Carthage distributions now include the Swift extension frameworks. (#7819)
41+
- [changed] Zip file installation instructions have changed. Please see the README embedded in
4242
the zip file for updated instructions.
4343

4444
# Firebase 8.10.0

0 commit comments

Comments
 (0)