Skip to content

Commit eb83056

Browse files
authored
docs: Fix simple typo, optionnally -> optionally (jazzband#562)
There is a small typo in push_notifications/gcm.py. Should read `optionally` rather than `optionnally`.
1 parent c610dd9 commit eb83056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

push_notifications/gcm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def _cm_send_request(
121121

122122
data = data.copy()
123123

124-
# If using FCM, optionnally autodiscovers notification related keys
124+
# If using FCM, optionally autodiscovers notification related keys
125125
# https://firebase.google.com/docs/cloud-messaging/concept-options#notifications_and_data_messages
126126
if cloud_type == "FCM" and use_fcm_notifications:
127127
notification_payload = {}

0 commit comments

Comments
 (0)