Update api-first.md

This commit is contained in:
ianschechtman
2024-05-13 11:58:11 +02:00
committed by GitHub
parent 1613cfa101
commit 4a46d2dcc4

View File

@@ -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.