Skip to content

Commit

Permalink
chore(docs): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
voischev committed Sep 27, 2015
1 parent 4a735ed commit b33e7d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -109,7 +109,7 @@ __Default__: `default`
*Options* `{ closingSingleTag: 'slash' }`

```html
<singletag/>
<singletag />
```

*Options* `{ closingSingleTag: 'tag' }`
Expand Down
2 changes: 1 addition & 1 deletion lib/parser.js
Expand Up @@ -89,7 +89,7 @@ export default {
* @param {String} closingSingleTag option for closing single tag
* Option:
* default: `<br>`
* slash: `<br/>`
* slash: `<br />`
* tag: `<br></br>`
*
*/
Expand Down

0 comments on commit b33e7d4

Please sign in to comment.