diff --git a/examples/specs/point_offset_random.vl.json b/examples/specs/point_offset_random.vl.json index fbceb0e8b9..b57181bd6c 100644 --- a/examples/specs/point_offset_random.vl.json +++ b/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},