Fix a minor grammatical error

This commit is contained in:
Chris Gray 2024-07-08 10:47:33 -07:00 committed by Kevin Stich
parent 2cd3579c7f
commit 7de3ad7216
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ specifications.
Introduction
------------
OpenAPI is a standard for describing RESTful APIs. While Smithy has it's own
OpenAPI is a standard for describing RESTful APIs. While Smithy has its own
interface definition language that's completely independent of OpenAPI,
there are use cases for authoring API models in Smithy and converting
them to OpenAPI using both ad-hoc and automated workflows. For example,