Skip to content

Commit

Permalink
Merge pull request #152 from Stabzs/master
Browse files Browse the repository at this point in the history
Corrected typos in documentation
  • Loading branch information
Stabzs committed Oct 2, 2015
2 parents 33a5096 + cd2fa29 commit 2dd9b05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ The Close Button's visibility can be configured at three different levels:

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

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

- Globally:
```html
<toaster-container toaster-options="'body-output-type': 'template'"></toaster-container>
<toaster-container toaster-options="{'body-output-type': 'template'}"></toaster-container>
```
- Per toast:
```js
Expand Down

0 comments on commit 2dd9b05

Please sign in to comment.