diff options
| author | Max Rumpf <max.rumpf1998@gmail.com> | 2019-10-22 14:47:43 +0200 |
|---|---|---|
| committer | Joel Challis <git@zvecr.com> | 2019-10-22 13:47:43 +0100 |
| commit | f87908228ab0bcd5302feb5701443b8af708d947 (patch) | |
| tree | 9b3acee8c5d1f1056f1ce55172f883c59e5bf47e /docs/hardware_avr.md | |
| parent | 2ee961c9e873d577e711431ae0960aa21629525e (diff) | |
| download | qmk_firmware-f87908228ab0bcd5302feb5701443b8af708d947.tar.gz qmk_firmware-f87908228ab0bcd5302feb5701443b8af708d947.zip | |
Remove apostrophe from various abbreviations' plural forms (#7050)
While this was historically a valid possibility, nowadays, it reads
kinda weird, and the [Oxford Dictionaries Online suggests to avoid it](https://english.stackexchange.com/a/56010).
Thus, I removed it everywhere I found it.
Diffstat (limited to 'docs/hardware_avr.md')
| -rw-r--r-- | docs/hardware_avr.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hardware_avr.md b/docs/hardware_avr.md index 0c1b31bb2..697c55d2a 100644 --- a/docs/hardware_avr.md +++ b/docs/hardware_avr.md | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # Keyboards with AVR Processors | 1 | # Keyboards with AVR Processors |
| 2 | 2 | ||
| 3 | This page describes the support for for AVR processors in QMK. AVR processors include the atmega32u4, atmega32u2, at90usb1286, and other processors from Atmel Corporation. AVR processors are 8-bit MCU's that are designed to be easy to work with. The most common AVR processors in keyboards have on-board USB and plenty of GPIO for supporting large keyboard matrices. They are the most popular MCU for use in keyboards today. | 3 | This page describes the support for for AVR processors in QMK. AVR processors include the atmega32u4, atmega32u2, at90usb1286, and other processors from Atmel Corporation. AVR processors are 8-bit MCUs that are designed to be easy to work with. The most common AVR processors in keyboards have on-board USB and plenty of GPIO for supporting large keyboard matrices. They are the most popular MCU for use in keyboards today. |
| 4 | 4 | ||
| 5 | If you have not yet you should read the [Keyboard Guidelines](hardware_keyboard_guidelines.md) to get a sense of how keyboards fit into QMK. | 5 | If you have not yet you should read the [Keyboard Guidelines](hardware_keyboard_guidelines.md) to get a sense of how keyboards fit into QMK. |
| 6 | 6 | ||
