Skip to content

Commit 0ccfb12

Browse files
committed
Fix mismatched input name
1 parent faf60e2 commit 0ccfb12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,5 @@ Here's how these inputs can be used in `netlify.toml`, with comments to explain
111111
# Ignore all HTML files in `/admin`
112112
ignoreDirectories = ['/admin']
113113
# Perform a11y check against WCAG 2.1 AAA
114-
standard = 'WCAGAAA'
114+
wcagLevel = 'WCAGAAA'
115115
```

0 commit comments

Comments
 (0)