Skip to content

Commit 3e93a19

Browse files
fix the typo
1 parent e111328 commit 3e93a19

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Firebase/Messaging/CHANGELOG.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# 2018-02-06 -- v2.1.0
2-
- Adding a new property autoInitEnabled to enable and disable FCM token auto generation.
3-
- Fixed an issue of un-successful delivery of notification message when changing language settings.
2+
- Added a new property autoInitEnabled to enable and disable FCM token auto generation.
3+
- Fixed an issue where notification delivery would fail after changing language settings.
44

55
# 2017-09-26 -- v2.0.5
66
- Added swizzling of additional UNUserNotificationCenterDelegate method, for
77
more accurate Analytics logging.
8-
- Fixed a swizzling issue with un-implemented UNUserNotificationCenterDelegate
8+
- Fixed a swizzling issue with unimplemented UNUserNotificationCenterDelegate
99
methods.
1010

1111
# 2017-09-26 -- v2.0.4
@@ -18,7 +18,7 @@
1818
- Clarified a log message about method swizzling being enabled.
1919

2020
# 2017-09-13 -- v2.0.3
21-
- Moved to safer use of NSAsserts, instead of lower-level __builtin_trap()
21+
- Moved to safer use of NSAsserts, instead of lower-level `__builtin_trap()`
2222
method.
2323
- Added logging of the underlying error code for an error trying to create or
2424
open an internal database file.

0 commit comments

Comments
 (0)