From aa1c84bdc335695b093b87ac9d60146dea85f042 Mon Sep 17 00:00:00 2001 From: Shannon Bradshaw Date: Mon, 29 Nov 2021 16:00:50 +0000 Subject: [PATCH] GitBook: [#44] Fix typo, correct capitalization, move from passive to active voice. --- docs/openmetadata-apis/apis/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/openmetadata-apis/apis/README.md b/docs/openmetadata-apis/apis/README.md index ef3f0daaf28..de9dce62468 100644 --- a/docs/openmetadata-apis/apis/README.md +++ b/docs/openmetadata-apis/apis/README.md @@ -1,5 +1,5 @@ # APIs -OpenMetadata supports REST APIs for getting data and in and out of the metadata system. APIs are built using general best practices of REST API design. We take a schema-first by defining Types and Entities in JSON schema. APIs are implemented based on these schemas. +OpenMetadata supports REST APIs for getting data and in and out of the metadata system. APIs are built using general best practices of REST API design. We take a schema-first approach by defining Types and Entities in JSON Schema. We implement APIs based on these schemas. �