Skip to content

Commit 4aad9a7

Browse files
authored
docs: fix small typo (#515)
1 parent 6aa1a58 commit 4aad9a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The `Toast` API consists of:
99

1010
### `show(options = {})`
1111

12-
To show a Toast, call the `show()` method andd pass the `options` that suit your needs. Everything is optional, unless specified otherwise:
12+
To show a Toast, call the `show()` method and pass the `options` that suit your needs. Everything is optional, unless specified otherwise:
1313

1414
```js
1515
import Toast from 'react-native-toast-message'

0 commit comments

Comments
 (0)