typo fix
This commit is contained in:
parent
2746390d7b
commit
f0ad7f29fc
|
|
@ -22,7 +22,7 @@ A curated list of amazingly awesome browser-side JavaScript libraries, resources
|
|||
* UI
|
||||
* [Loading Status](#loading-status)
|
||||
* Validation
|
||||
* [Keyboard](#keyboard)
|
||||
* [Keyboard Wrappers](#keyboard-wrappers)
|
||||
* Tours And Guides
|
||||
* Notifications
|
||||
* Sliders
|
||||
|
|
@ -229,7 +229,7 @@ There're also some great commercial libraries, like [amchart](http://www.amchart
|
|||
Besides libraries, there're [Collection on Codepen](http://codepen.io/collection/HtAne/), and generators like [Ajaxload](http://www.ajaxload.info/), [Preloaders](http://preloaders.net/) and [CSSLoad](http://cssload.net/).
|
||||
|
||||
|
||||
## Keyboard
|
||||
## Keyboard Wrappers
|
||||
|
||||
* [mousetrap](https://github.com/ccampbell/mousetrap) - Simple library for handling keyboard shortcuts in Javascript.
|
||||
* [keymaster](https://github.com/madrobby/keymaster) - A simple micro-library for defining and dispatching keyboard shortcuts.
|
||||
|
|
@ -239,6 +239,5 @@ Besides libraries, there're [Collection on Codepen](http://codepen.io/collection
|
|||
* [jwerty](https://github.com/keithamus/jwerty) - Awesome handling of keyboard events.
|
||||
|
||||
|
||||
|
||||
# Other Awesome Lists
|
||||
Other amazingly awesome lists can be found in the [awesome-awesomeness](https://github.com/bayandin/awesome-awesomeness) list.
|
||||
|
|
|
|||
Loading…
Reference in New Issue