doc(backlight): small typo

This commit is contained in:
Thomas de Barochez 2022-04-21 22:14:40 +02:00 committed by Nick Winans
parent 56465354cf
commit a24cc5d688
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ Finally you need to add backlight to the `chosen` element of the root devicetree
chosen { chosen {
zmk,backlight = &backlight; zmk,backlight = &backlight;
}; };
}: };
``` ```
</TabItem> </TabItem>