Skip to content

Commit

Permalink
chore: typo in CHANGELOG.md (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekkarczmarczyk authored Mar 9, 2021
1 parent f7f0982 commit 6c13e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
### BREAKING CHANGES
* Remove default `class="linkified"` from all discovered links. Opt back in by setting the `className` option:
```jsx
linkifyStr(str, { className: 'linkified' }})
linkifyStr(str, { className: 'linkified' })
```
* Remove default `target="_blank"` attribute for discovered URLs. Opt back in by setting the `target` option:
```js
Expand Down

0 comments on commit 6c13e81

Please sign in to comment.