summaryrefslogtreecommitdiff
path: root/docs/feature_rgblight.md
diff options
context:
space:
mode:
authorGigahawk <jasperchan515@gmail.com>2022-01-20 15:20:56 -0800
committerGitHub <noreply@github.com>2022-01-20 23:20:56 +0000
commit2baca55cda06d21c1f899aa0f9ea8b399083726a (patch)
tree0d53ccd0b3123a28f45f50b4dcb75e8bee821382 /docs/feature_rgblight.md
parent682ccec853ae14c6f418b84210fa4a97b86c2b0c (diff)
docs: fix typo in rgblight docs (#15960)
Diffstat (limited to 'docs/feature_rgblight.md')
-rw-r--r--docs/feature_rgblight.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_rgblight.md b/docs/feature_rgblight.md
index e707502613..e293b580d0 100644
--- a/docs/feature_rgblight.md
+++ b/docs/feature_rgblight.md
@@ -345,7 +345,7 @@ If you need to change your RGB lighting in code, for example in a macro to chang
### Low level Functions
|Function |Description |
|--------------------------------------------|-------------------------------------------|
-|`rgblight_set()` |Flash out led buffers to LEDs |
+|`rgblight_set()` |Flush out led buffers to LEDs |
|`rgblight_set_clipping_range(pos, num)` |Set clipping Range. see [Clipping Range](#clipping-range) |
Example: