Skip to content

Commit 2dd9b05

Browse files
committed
Merge pull request #152 from Stabzs/master
Corrected typos in documentation
2 parents 33a5096 + cd2fa29 commit 2dd9b05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The Close Button's visibility can be configured at three different levels:
6464

6565
* Globally in the config for all toast types:
6666
```html
67-
<toaster-container toaster-options="'close-button': true"></toaster-container>
67+
<toaster-container toaster-options="{'close-button': true}"></toaster-container>
6868
```
6969

7070
* Per info-class type:
@@ -126,7 +126,7 @@ All four options can be configured either globally for all toasts or individuall
126126

127127
- Globally:
128128
```html
129-
<toaster-container toaster-options="'body-output-type': 'template'"></toaster-container>
129+
<toaster-container toaster-options="{'body-output-type': 'template'}"></toaster-container>
130130
```
131131
- Per toast:
132132
```js

0 commit comments

Comments
 (0)