From: Mihai Olteanu Date: Tue, 19 Nov 2019 13:41:35 +0000 (+0200) Subject: Fix typo and code indentation (#7410) X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=687a24f2980e6e490ac8e43104f4176b033c9243;p=qmk_firmware.git Fix typo and code indentation (#7410) --- diff --git a/docs/feature_rgblight.md b/docs/feature_rgblight.md index 397dde587..2e9610163 100644 --- a/docs/feature_rgblight.md +++ b/docs/feature_rgblight.md @@ -363,8 +363,8 @@ Using the `rgblight_set_clipping_range()` function, you can prepare more buffers You can set the Clipping Range by executing the following code. ```c -// some soruce - rgblight_set_clipping_range(3, 4); +// some source +rgblight_set_clipping_range(3, 4); ``` clip direct