aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Status_Reference.md
diff options
context:
space:
mode:
authorThijs Triemstra <info@collab.nl>2025-07-27 18:12:48 +0200
committerGitHub <noreply@github.com>2025-07-27 12:12:48 -0400
commit6773ab074b132d6dc417e91b379d5a7b8d986b8d (patch)
tree22ef798e4902e53e0e7a1cd8cb5d4105b9c6163c /docs/Status_Reference.md
parent4a567c8d1050d95ea22019545877715b842fa1b3 (diff)
downloadkutter-6773ab074b132d6dc417e91b379d5a7b8d986b8d.tar.gz
kutter-6773ab074b132d6dc417e91b379d5a7b8d986b8d.tar.xz
kutter-6773ab074b132d6dc417e91b379d5a7b8d986b8d.zip
docs: Fix typos in config and docs (#6991)
* fix typos in configs * fix typos in docs Signed-off-by: Thijs Triemstra <info@collab.nl>
Diffstat (limited to 'docs/Status_Reference.md')
-rw-r--r--docs/Status_Reference.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Status_Reference.md b/docs/Status_Reference.md
index c75f1d6f..f6f649b0 100644
--- a/docs/Status_Reference.md
+++ b/docs/Status_Reference.md
@@ -300,7 +300,7 @@ The following information is available for each `[led led_name]`,
- `color_data`: A list of color lists containing the RGBW values for a
led in the chain. Each value is represented as a float from 0.0 to
1.0. Each color list contains 4 items (red, green, blue, white) even
- if the underyling LED supports fewer color channels. For example,
+ if the underlying LED supports fewer color channels. For example,
the blue value (3rd item in color list) of the second neopixel in a
chain could be accessed at
`printer["neopixel <config_name>"].color_data[1][2]`.