File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ display the notification in the user's OS.
3131::: note
3232We recommend using ` type: "inApp" ` because there's no guarantee that native notifications are
3333displayed 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
3535native notification.
3636:::
3737
Original file line number Diff line number Diff 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
1818channel between your dapp and your users.
1919HTTPS encrypts data transmitted between the web server and the user's browser, making it
2020difficult for attackers to intercept or modify the data.
You can’t perform that action at this time.
0 commit comments