From 6513ce1934c24448cccb196b501f7dead9c439c2 Mon Sep 17 00:00:00 2001 From: Lynn Foster Date: Sun, 5 Jan 2020 08:48:28 -0600 Subject: [PATCH] fix typo --- schemas/Unit.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/Unit.json b/schemas/Unit.json index c4e7002..b1cb5a2 100644 --- a/schemas/Unit.json +++ b/schemas/Unit.json @@ -9,7 +9,7 @@ "description": "A standard label for the unit of measure.", "type": "string" }, - "sybmol": { + "symbol": { "description": "A standard symbol of the unit of measure.", "type": "string" }