Skip to content

Commit

Permalink
Merge pull request #132 from cherouvim/patch-2
Browse files Browse the repository at this point in the history
docs: Typo.
  • Loading branch information
EddyVerbruggen committed Oct 14, 2019
2 parents 82f72d2 + 653aed3 commit 09d536b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ called again. You can distinguish between those events of course:
);
```

The success callback is useful when your toast is binded to a notification id in your backend and you have to mark it as `read` when the toast is done, or to update the notifications counter for iOS. The usage of this will be defined by your application logic. Use the `result.data` object to support your specific logic.
The success callback is useful when your toast is bound to a notification id in your backend and you have to mark it as `read` when the toast is done, or to update the notifications counter for iOS. The usage of this will be defined by your application logic. Use the `result.data` object to support your specific logic.

### Styling
Since version 2.4.0 you can pass an optional `styling` object to the plugin.
Expand Down

0 comments on commit 09d536b

Please sign in to comment.