Update docs to refer to styles/ instead of stylesheets/

This commit is contained in:
Nathan Sobo
2015-01-09 08:42:28 -08:00
parent c078f64293
commit a2e855f087
6 changed files with 15 additions and 15 deletions

View File

@@ -3,7 +3,7 @@
## Structure of a Keymap File
Keymap files are encoded as JSON or CSON files containing nested hashes. They
work much like stylesheets, but instead of applying style properties to elements
work much like style sheets, but instead of applying style properties to elements
matching the selector, they specify the meaning of keystrokes on elements
matching the selector. Here is an example of some bindings that apply when
keystrokes pass through `atom-text-editor` elements: