Skip to content

Commit

Permalink
Add missing "o"
Browse files Browse the repository at this point in the history
  • Loading branch information
tbroadley authored Dec 22, 2017
1 parent ee6a99e commit 5a08e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5a08e10

Please sign in to comment.