From 653aed37a3e439f09fcff792c64446959cf41687 Mon Sep 17 00:00:00 2001 From: Ioannis Cherouvim <743305+cherouvim@users.noreply.github.com> Date: Sun, 13 Oct 2019 22:58:56 +0300 Subject: [PATCH] docs: Typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10cd893..84dc3b5 100644 --- a/README.md +++ b/README.md @@ -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.