summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorrussell-myers1 <124931768+russell-myers1@users.noreply.github.com>2024-12-03 10:35:39 -0800
committerGitHub <noreply@github.com>2024-12-03 11:35:39 -0700
commit93765bb0ef9206517ef4c1d98d5b00ccec7bde28 (patch)
tree8ff9810bacbe5e694dde24038e1240c8da022683 /docs
parentc5eeac9686b9ff163c91546adc569eb6d433359b (diff)
Update hardware_keyboard_guidelines.md to Fix Typos (#24671)
Corrected a typo in the phrase "iOS device need lessthan 100" to "iOS devices need less than 100." This was to improve clarity and professionalism of the doc.
Diffstat (limited to 'docs')
-rw-r--r--docs/hardware_keyboard_guidelines.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hardware_keyboard_guidelines.md b/docs/hardware_keyboard_guidelines.md
index de67fa3bc3..7f17c46748 100644
--- a/docs/hardware_keyboard_guidelines.md
+++ b/docs/hardware_keyboard_guidelines.md
@@ -111,7 +111,7 @@ The `post_config.h` file can be used for additional post-processing, depending o
111 #define USB_MAX_POWER_CONSUMPTION 400 111 #define USB_MAX_POWER_CONSUMPTION 400
112 #else 112 #else
113 // fix iPhone and iPad power adapter issue 113 // fix iPhone and iPad power adapter issue
114 // iOS device need lessthan 100 114 // iOS devices need less than 100
115 #define USB_MAX_POWER_CONSUMPTION 100 115 #define USB_MAX_POWER_CONSUMPTION 100
116 #endif 116 #endif
117 117