From 4a46d2dcc4a1596bac22259c8522bb1a60f31849 Mon Sep 17 00:00:00 2001 From: ianschechtman Date: Mon, 13 May 2024 11:58:11 +0200 Subject: [PATCH] Update api-first.md --- general-guidelines/api-first.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/general-guidelines/api-first.md b/general-guidelines/api-first.md index ac961be..225d4e5 100644 --- a/general-guidelines/api-first.md +++ b/general-guidelines/api-first.md @@ -6,4 +6,4 @@ The API first principle is an extension of design-first principle. Therefore, a **API design** (e.g., description, schema) **is the master of truth, not the API implementation.** -API implementation **MUST** always be compliant to particular API design which represents the [contract](contract.md) between API, and it's consumer. +API implementation **MUST** always be compliant to a particular API design which represents the [contract](contract.md) between API, and it's consumer.