From d4a0f4da29f8be8dd1a348db5d0fcdf625041b34 Mon Sep 17 00:00:00 2001 From: Dominik Moritz Date: Fri, 23 Sep 2022 13:34:04 -0400 Subject: [PATCH] chore: fix typo --- examples/compiled/point_offset_random.vg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/compiled/point_offset_random.vg.json b/examples/compiled/point_offset_random.vg.json index b86ad23b44..2bac04a707 100644 --- a/examples/compiled/point_offset_random.vg.json +++ b/examples/compiled/point_offset_random.vg.json @@ -1,6 +1,6 @@ { "$schema": "https://vega.github.io/schema/vega/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).", "background": "white", "padding": 5, "width": 200,