Skip to content

Commit

Permalink
docs: fix small typo (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-r authored Dec 14, 2023
1 parent 6aa1a58 commit 4aad9a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 4aad9a7

Please sign in to comment.