diff --git a/modules/openapi-generator/src/main/resources/python-aiohttp/README.mustache b/modules/openapi-generator/src/main/resources/python-aiohttp/README.mustache index 3402bd835d9..a9730470093 100644 --- a/modules/openapi-generator/src/main/resources/python-aiohttp/README.mustache +++ b/modules/openapi-generator/src/main/resources/python-aiohttp/README.mustache @@ -3,9 +3,9 @@ ## Overview This server was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-Spec](https://openapis.org) from a remote server, you can easily generate a server stub. This -is an example of building a OpenAPI-enabled aiohtpp server. +is an example of building a OpenAPI-enabled aiohttp server. -This example uses the [Connexion](https://github.com/zalando/connexion) library on top of aiohtpp. +This example uses the [Connexion](https://github.com/zalando/connexion) library on top of aiohttp. ## Requirements Python 3.5.2+ diff --git a/samples/server/petstore/python-aiohttp/README.md b/samples/server/petstore/python-aiohttp/README.md index 5983d83f184..6aa7491711b 100644 --- a/samples/server/petstore/python-aiohttp/README.md +++ b/samples/server/petstore/python-aiohttp/README.md @@ -3,9 +3,9 @@ ## Overview This server was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-Spec](https://openapis.org) from a remote server, you can easily generate a server stub. This -is an example of building a OpenAPI-enabled aiohtpp server. +is an example of building a OpenAPI-enabled aiohttp server. -This example uses the [Connexion](https://github.com/zalando/connexion) library on top of aiohtpp. +This example uses the [Connexion](https://github.com/zalando/connexion) library on top of aiohttp. ## Requirements Python 3.5.2+