Skip to content

Commit

Permalink
docs: fix typo in "Dot Plot with Jittering" example (vega#8426)
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
sl-solution authored and BradyJ27 committed Oct 19, 2023
1 parent 96d3611 commit ef21895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/specs/point_offset_random.vl.json
@@ -1,6 +1,6 @@
{
"$schema": "https://vega.github.io/schema/vega-lite/v5.json",
"description": "Shows the relationship between horsepower and the numbver of cylinders using point marks with random offset (jittering).",
"description": "Shows the relationship between horsepower and the number of cylinders using point marks with random offset (jittering).",
"data": {"url": "data/cars.json"},
"transform": [{"calculate": "random()", "as": "random"}],
"height": {"step": 50},
Expand Down

0 comments on commit ef21895

Please sign in to comment.