Skip to content

Commit

Permalink
Update README.rst (#732)
Browse files Browse the repository at this point in the history
fix spelling
  • Loading branch information
pfcodes authored Jul 12, 2024
1 parent 68bae4f commit 79b101a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ When using FCM, ``django-push-notifications`` will automatically use the `notifi
# Send a notification message
fcm_device.send_message("This is a message")
# Send a notification message with additionnal payload
# Send a notification message with additional payload
fcm_device.send_message("This is a enriched message", extra={"title": "Notification title", "icon": "icon_ressource"})
# Send a notification message with additionnal payload (alternative syntax)
Expand Down

0 comments on commit 79b101a

Please sign in to comment.