diff --git a/developer-guides/integrating-push-chat.md b/developer-guides/integrating-push-chat.md index 4b0277a..2ea7b52 100644 --- a/developer-guides/integrating-push-chat.md +++ b/developer-guides/integrating-push-chat.md @@ -270,7 +270,7 @@ Disconnects the socket connection. * EVENTS.CONNECT - Whenever the socket is connected * EVENTS.DISCONNECT - Whenever the socket is connected -* EVENTS.CHAT\_RECEIVED\_MESSAGE - Whenever the user recieves a message or chat requests +* EVENTS.CHAT\_RECEIVED\_MESSAGE - Whenever the user receives a message or chat requests **Sample Code** diff --git a/developer-guides/sending-notifications/notification-payload-types/notification-standard-basics.md b/developer-guides/sending-notifications/notification-payload-types/notification-standard-basics.md index ddef29e..e835c57 100644 --- a/developer-guides/sending-notifications/notification-payload-types/notification-standard-basics.md +++ b/developer-guides/sending-notifications/notification-payload-types/notification-standard-basics.md @@ -38,7 +38,7 @@ For most part except for Smart Contracts, [push-sdk](../../../developer-tooling/ * Recipients - 0x0 for type 1 (broadcast), 0xTarget for type 3 (Targetted) and \[0x01, 0x02, 0x03, ..., 0xN] for type 4 (Subset) ```json -// Example Raw Content for targeted notifcation, abstracted away by SDK +// Example Raw Content for targeted notification, abstracted away by SDK { "notification": { "title": "The title of your message displayed on screen (50 Chars)", diff --git a/developer-tooling/push-smart-contracts/epns-core-contract/methods-core.md b/developer-tooling/push-smart-contracts/epns-core-contract/methods-core.md index de92910..4f3940e 100644 --- a/developer-tooling/push-smart-contracts/epns-core-contract/methods-core.md +++ b/developer-tooling/push-smart-contracts/epns-core-contract/methods-core.md @@ -289,7 +289,7 @@ function updateChannelMeta( {} ``` -| Arguements | Type | Description | +| Arguments | Type | Description | | ------------------- | ------- | ------------------------------------ | | _**\_channel**_ | address | address of the channel | | _**\_newIdentity**_ | bytes | New Identity bytes of the Channel. |