aboutsummaryrefslogtreecommitdiffstats
path: root/docs/feature_rgblight.md
diff options
context:
space:
mode:
authorMihai Olteanu <mihai_olteanu@fastmail.fm>2019-11-19 15:41:35 +0200
committerJoel Challis <git@zvecr.com>2019-11-19 13:41:35 +0000
commit687a24f2980e6e490ac8e43104f4176b033c9243 (patch)
tree46fa60824078be18d1bc2e76908c642ac34aa23f /docs/feature_rgblight.md
parent23f828a2f3021f8167c4e17eac7cbe4683824ca5 (diff)
downloadfirmware-687a24f2980e6e490ac8e43104f4176b033c9243.tar.gz
firmware-687a24f2980e6e490ac8e43104f4176b033c9243.tar.bz2
firmware-687a24f2980e6e490ac8e43104f4176b033c9243.zip
Fix typo and code indentation (#7410)
Diffstat (limited to 'docs/feature_rgblight.md')
-rw-r--r--docs/feature_rgblight.md4
1 files 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);
```
<img src="https://user-images.githubusercontent.com/2170248/55743785-2bd82a00-5a6e-11e9-9d4b-1b4ffaf4932b.JPG" alt="clip direct" width="70%"/>