Skip to content

Commit

Permalink
docs: Fix simple typo, optionnally -> optionally (#562)
Browse files Browse the repository at this point in the history
There is a small typo in push_notifications/gcm.py.

Should read `optionally` rather than `optionnally`.
  • Loading branch information
timgates42 authored Mar 8, 2020
1 parent c610dd9 commit eb83056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion push_notifications/gcm.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def _cm_send_request(

data = data.copy()

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

0 comments on commit eb83056

Please sign in to comment.