Skip to content

Commit

Permalink
spelling error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Sep 28, 2022
1 parent bf283f0 commit b691c3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ _beaconPlugin.permissionResponse(
);
```

### Sending sigin payload response to dApp
### Sending sign payload response to dApp
```dart
try {
...
Expand All @@ -262,7 +262,7 @@ try {
}
```

### Reject sigin payload response to dApp
### Reject sign payload response to dApp
```dart
_beaconPlugin.signPayloadResponse(
id: beaconRequest!.request!.id!,
Expand Down

0 comments on commit b691c3f

Please sign in to comment.