From 847e3c77ec6e7a6689d94df2f68fa094e7567568 Mon Sep 17 00:00:00 2001 From: PaulGarewal Date: Mon, 26 Feb 2024 10:50:29 -0800 Subject: [PATCH] typo fix --- src/registry_schemas/schemas/business.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/registry_schemas/schemas/business.json b/src/registry_schemas/schemas/business.json index 0cd455b..9de4350 100644 --- a/src/registry_schemas/schemas/business.json +++ b/src/registry_schemas/schemas/business.json @@ -97,7 +97,7 @@ }, "operatingName": { "type": "string", - "title": "The Legal Name of the business.", + "title": "The Operating Name of the business.", "default": "", "examples": ["operating_name"], "pattern": "^(.*)$"