]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Corrects typo
authorErez Zukerman <ezuk@madmimi.com>
Mon, 8 Feb 2016 13:22:56 +0000 (15:22 +0200)
committerErez Zukerman <ezuk@madmimi.com>
Mon, 8 Feb 2016 13:22:56 +0000 (15:22 +0200)
keyboard/ergodox_ez/readme.md

index a41a29e1ad47bfa1bf7489dadb57053272e56014..c1d0bd5dcf8d280862c8677ccdee5ea5444d2ccb 100644 (file)
@@ -40,6 +40,6 @@ The ErgoDox EZ firmware is open-source, so it would be wonderful to have your co
 
 Let's say you want a certain key in your layout to send a colon; to figure out what keycode to use to make it do that, you're going to need `quantum/keymap_common.h`.
 
-That file contains a big list of all of the special, fancy keys (like, being able to shend % on its own and whatnot).
+That file contains a big list of all of the special, fancy keys (like, being able to send % on its own and whatnot).
 
 If you want to send a plain vanilla key, you can look up its code under `doc/keycode.txt`. That's where all the boring keys hang out.