From 9f8702e02916ee007abd6c4d66d77bb55a2bc7ad Mon Sep 17 00:00:00 2001 From: sl-solution <79064058+sl-solution@users.noreply.github.com> Date: Fri, 23 Sep 2022 07:04:13 +0000 Subject: [PATCH] fix typo --- examples/specs/point_offset_random.vl.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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},