From 687a24f2980e6e490ac8e43104f4176b033c9243 Mon Sep 17 00:00:00 2001 From: Mihai Olteanu Date: Tue, 19 Nov 2019 15:41:35 +0200 Subject: [PATCH] Fix typo and code indentation (#7410) --- docs/feature_rgblight.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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