From a5383189c236050bbbdbd2c017aebec1c69fc7c6 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Wed, 15 Jun 2022 00:06:29 +0900 Subject: [PATCH] fix ignore typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a8db68..14e6fcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ Prior to v1.0.0-alpha.1, logs were generated by [`auto-changelog`](https://githu ## [v1.0.0-beta.1](https://github.com/netlify-labs/netlify-plugin-a11y/compare/v1.0.0-alpha.6...v1.0.0-beta.1) ### Added -- New input: `ignoreGuidelines`. Used to indicate the accessibility standards or guidelines that the plugin should ignoore (#76; thank-you, @amykapernick) +- New input: `ignoreGuidelines`. Used to indicate the accessibility standards or guidelines that the plugin should ignore (#76; thank-you, @amykapernick) ### Changed - **Breaking:** Now requires Node 16.0.0.