From 5a08e107032234e097f7f0cab8e13de5782e2aa3 Mon Sep 17 00:00:00 2001 From: Thomas Broadley Date: Thu, 21 Dec 2017 23:10:20 -0500 Subject: [PATCH] Add missing "o" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 30a64b6..e606624 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ npm install react-a11y In your main application file, require the module and call it, you'll start getting warnings in the console as your app renders. Note that by default all -rules are turned `off` s you need to turn them on first (by setting them to +rules are turned `off` so you need to turn them on first (by setting them to `"warn"` or `"error"`). ```js