diff --git a/docs/source-2.0/guides/model-translations/converting-to-openapi.rst b/docs/source-2.0/guides/model-translations/converting-to-openapi.rst index bbeb9a93c86..fdbaae7fec9 100644 --- a/docs/source-2.0/guides/model-translations/converting-to-openapi.rst +++ b/docs/source-2.0/guides/model-translations/converting-to-openapi.rst @@ -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,