Skip to content

Commit

Permalink
Improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
asvarcas committed Sep 10, 2021
1 parent d8ab09f commit f094d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Theming.md
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,7 @@ export default MyNotification;

**Tip**: if you use the `showNotification` action, then you can define `autoHideDuration` per message as the third parameter of the `showNotification` action creator.

You can also decide to customize the displaing of the message in a single line or in multiple lines. It defaults to `false`, you can override it using the `multiLine` prop:
You can also decide to customize the displaing of the message in a single line or in multiple lines by using the `multiLine` prop.

```diff
// in src/MyNotification.js
Expand Down

0 comments on commit f094d74

Please sign in to comment.