From 157f08f466a14cc0a545d5beb0751981262562cb Mon Sep 17 00:00:00 2001 From: Taylor Hunt Date: Mon, 5 Aug 2019 15:32:50 -0400 Subject: [PATCH] =?UTF-8?q?docs:=20fix=20typo=20`attirbutes`=E2=86=92`attr?= =?UTF-8?q?ibutes`=20(#421)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 975f1494..fc1e78b7 100644 --- a/README.md +++ b/README.md @@ -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**