From ef21895aa8e356ba6107b89966f7d9e4cc5476f4 Mon Sep 17 00:00:00 2001 From: sl-solution <79064058+sl-solution@users.noreply.github.com> Date: Fri, 23 Sep 2022 15:49:21 +0000 Subject: [PATCH] docs: fix typo in "Dot Plot with Jittering" example (#8426) 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 fbceb0e8b92..b57181bd6c1 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},