Skip to content

Commit f528fd1

Browse files
authored
Fix grammatical issues in notifications.md and secure-dapp.md (#1750)
* Update notifications.md * Update secure-dapp.md
1 parent b9bdcea commit f528fd1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

snaps/features/notifications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ display the notification in the user's OS.
3131
:::note
3232
We recommend using `type: "inApp"` because there's no guarantee that native notifications are
3333
displayed to the user.
34-
You can also call `snap_notify` twice, which each notification type, to trigger both an in-app and
34+
You can also call `snap_notify` twice, with each notification type, to trigger both an in-app and
3535
native notification.
3636
:::
3737

wallet/how-to/secure-dapp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The following security advice isn't exhaustive.
1414

1515
## Use HTTPS
1616

17-
HTTPS can protect your dapp against attackers who might try to eavesdrop or tamper the communication
17+
HTTPS can protect your dapp against attackers who might try to eavesdrop or tamper with the communication
1818
channel between your dapp and your users.
1919
HTTPS encrypts data transmitted between the web server and the user's browser, making it
2020
difficult for attackers to intercept or modify the data.

0 commit comments

Comments
 (0)