From 0f6fb36358983f991e2ca22e8e470d374f3f8402 Mon Sep 17 00:00:00 2001 From: Nemanja Glumac <31325167+nemanjaglumac@users.noreply.github.com> Date: Thu, 6 Jan 2022 23:32:28 +0100 Subject: [PATCH] Fix metadata typo for Sample Dataset json (#19578) --- frontend/test/__support__/sample_dataset_fixture.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/test/__support__/sample_dataset_fixture.json b/frontend/test/__support__/sample_dataset_fixture.json index 68934677d9f..41c03151ef8 100644 --- a/frontend/test/__support__/sample_dataset_fixture.json +++ b/frontend/test/__support__/sample_dataset_fixture.json @@ -1010,7 +1010,7 @@ "values": [] }, "21": { - "description": "The type of product, valid values include: Doohicky, Gadget, Gizmo and Widget", + "description": "The type of product, valid values include: Doohickey, Gadget, Gizmo and Widget", "table_id": 3, "semantic_type": "type/Category", "name": "CATEGORY", -- GitLab