Skip to content

Commit fdba2a9

Browse files
authored
Fix typos in mapping documentation (#280)
1 parent 70d16f0 commit fdba2a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/advanced/mapping.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This allows us to treat the WLED strip as if it is wired in any way - we can the
1212

1313
### How do we do it?
1414

15-
Navigate to the edit page for your WLED device by adding `/edit` to its' address - for example, https://my-led-device.local/edit
15+
Navigate to the edit page for your WLED device by adding `/edit` to its address - for example, https://my-led-device.local/edit
1616
Use this edit page to create a file called `ledmap.json`.
1717

1818
`ledmap.json` file needs to be a JSON formatted file with the the key being "map" and the value being an array of numbers representing the new order of pixels. The _position_ of values in the array is the "natural" order of LEDs and the value entered is the new position.
@@ -22,7 +22,7 @@ If your `ledmap.json` file is not working, check for white-spaces where they sho
2222

2323
Multiple maps are supported in the latest versions by using `ledmapx.json` where x is a number. Maps can be selected in a preset using `{"ledmap":x,...`.
2424

25-
Use -1 in the map for gaps/blank/nul LEDs.
25+
Use -1 in the map for gaps/blank/null LEDs.
2626

2727
### Examples
2828
In the below example (formatted multiple ways), we remap a strip of four LEDs from a physical order of 0 1 2 3 into a new order of 0 2 1 3.
@@ -80,4 +80,4 @@ Note that if a `ledmap.json` file exists, the `2d-gaps.json` file will be ignore
8080
}
8181
```
8282

83-
![wiring diagram of the double ∞ shape mapping](mapping/mapping_infinity_shape.png)
83+
![wiring diagram of the double ∞ shape mapping](mapping/mapping_infinity_shape.png)

0 commit comments

Comments
 (0)