Skip to content

Commit 8a89e69

Browse files
authored
Merge pull request MicrosoftDocs#5238 from shaheerahmadch/patch-6
Update add-notifications.md
2 parents eabdee6 + d7296b3 commit 8a89e69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

powerapps-docs/maker/canvas-apps/add-notifications.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Send a notification that opens an app and passes along specific parameters.
9494
PowerAppsNotification.SendPushNotification(
9595
{
9696
97-
message: "message in the notif toast",
97+
message: "message in the notification toast",
9898
params: Table({key:"notificationKey", value:"The value for notificationKey"}),
9999
openApp: true
100100
}
@@ -107,4 +107,4 @@ PowerAppsNotification.SendPushNotification(
107107
- [Power Apps Notification reference](/connectors/powerappsnotification/)
108108

109109

110-
[!INCLUDE[footer-include](../../includes/footer-banner.md)]
110+
[!INCLUDE[footer-include](../../includes/footer-banner.md)]

0 commit comments

Comments
 (0)