Skip to content

Commit

Permalink
docs: fix typo attirbutesattributes (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
tigt authored and evilebottnawi committed Aug 5, 2019
1 parent 2098767 commit 157f08f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -577,12 +577,12 @@ module.exports = {

There are two ways to work with `nonce`:

- using the `attirbutes` option
- using the `attributes` option
- using the `__webpack_nonce__` variable

> ⚠ the `attibutes` option takes precedence over the `__webpack_nonce__` variable
> ⚠ the `attributes` option takes precedence over the `__webpack_nonce__` variable
#### `attirbutes`
#### `attributes`

**component.js**

Expand Down

0 comments on commit 157f08f

Please sign in to comment.