Skip to content

Commit 79b101a

Browse files
authored
Update README.rst (#732)
fix spelling
1 parent 68bae4f commit 79b101a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ When using FCM, ``django-push-notifications`` will automatically use the `notifi
244244
# Send a notification message
245245
fcm_device.send_message("This is a message")
246246
247-
# Send a notification message with additionnal payload
247+
# Send a notification message with additional payload
248248
fcm_device.send_message("This is a enriched message", extra={"title": "Notification title", "icon": "icon_ressource"})
249249
250250
# Send a notification message with additionnal payload (alternative syntax)

0 commit comments

Comments
 (0)