summaryrefslogtreecommitdiff
path: root/docs/hardware_drivers.md
diff options
context:
space:
mode:
authorMax Rumpf <max.rumpf1998@gmail.com>2019-10-22 14:47:43 +0200
committerJoel Challis <git@zvecr.com>2019-10-22 13:47:43 +0100
commitf87908228ab0bcd5302feb5701443b8af708d947 (patch)
tree9b3acee8c5d1f1056f1ce55172f883c59e5bf47e /docs/hardware_drivers.md
parent2ee961c9e873d577e711431ae0960aa21629525e (diff)
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_drivers.md')
-rw-r--r--docs/hardware_drivers.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hardware_drivers.md b/docs/hardware_drivers.md
index 023e92982c..321ba2a4bc 100644
--- a/docs/hardware_drivers.md
+++ b/docs/hardware_drivers.md
@@ -20,7 +20,7 @@ Support for SSD1306 based OLED displays. For more information see the [OLED Driv
## uGFX
-You can make use of uGFX within QMK to drive character and graphic LCD's, LED arrays, OLED, TFT, and other display technologies. This needs to be better documented, if you are trying to do this and reading the code doesn't help please [open an issue](https://github.com/qmk/qmk_firmware/issues/new) and we can help you through the process.
+You can make use of uGFX within QMK to drive character and graphic LCDs, LED arrays, OLED, TFT, and other display technologies. This needs to be better documented, if you are trying to do this and reading the code doesn't help please [open an issue](https://github.com/qmk/qmk_firmware/issues/new) and we can help you through the process.
## WS2812 (AVR Only)