Skip to content

Commit

Permalink
Merge pull request #222 from Malvoz/typo-fix
Browse files Browse the repository at this point in the history
docs: fix typo
  • Loading branch information
Jihye Hong authored Feb 1, 2021
2 parents 448d98f + a4681ea commit c8db9a3
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 @@ -57,7 +57,7 @@ enabling spatial navigation.
</html>
```

Users can now user the keyboard's arrow keys to navigate the page.
Users can now use the keyboard's arrow keys to navigate the page.

### Handling Browser Events
In the polyfill, <a href="https://www.w3.org/TR/DOM-Level-3-Events/#event-type-keydown"><code>keydown</code> event</a> and <a href="https://www.w3.org/TR/DOM-Level-3-Events/#event-type-mouseup"><code>mouseup</code> event</a> are used for the spatial navigation.
Expand Down

0 comments on commit c8db9a3

Please sign in to comment.