Skip to content

Commit

Permalink
docs: fix typo in 1:1 mapping caveat in scale documentation (#8410)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistidoi authored Sep 15, 2022
1 parent 62bee7e commit 07f338c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/encoding/scale.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ In this example, we create a scale that maps the field `"l"` to colors specified

<div class="vl-example" data-name="point_scale_range_field"></div>

**Note:** This only works if there is a 1:1 mapping between the color domain field (`l`) and therange field (`c`).
**Note:** This only works if there is a 1:1 mapping between the color domain field (`l`) and the range field (`c`).

### Example: Setting Range Min/Max

Expand Down

0 comments on commit 07f338c

Please sign in to comment.