浏览代码

docs: fix typo in rgblight docs (#15960)

Gigahawk 3 年之前
父节点
当前提交
2baca55cda
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/feature_rgblight.md

+ 1 - 1
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: