diff --git a/docs/api.md b/docs/api.md index b8c423a5e..37ad1098f 100644 --- a/docs/api.md +++ b/docs/api.md @@ -9,7 +9,7 @@ The `Toast` API consists of: ### `show(options = {})` -To show a Toast, call the `show()` method andd pass the `options` that suit your needs. Everything is optional, unless specified otherwise: +To show a Toast, call the `show()` method and pass the `options` that suit your needs. Everything is optional, unless specified otherwise: ```js import Toast from 'react-native-toast-message'