Fix typo and code indentation (#7410)
authorMihai Olteanu <mihai_olteanu@fastmail.fm>
Tue, 19 Nov 2019 13:41:35 +0000 (15:41 +0200)
committerJoel Challis <git@zvecr.com>
Tue, 19 Nov 2019 13:41:35 +0000 (13:41 +0000)
docs/feature_rgblight.md

index 397dde5..2e96101 100644 (file)
@@ -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);
 ```
 <img src="https://user-images.githubusercontent.com/2170248/55743785-2bd82a00-5a6e-11e9-9d4b-1b4ffaf4932b.JPG" alt="clip direct" width="70%"/>