Fix typo aiohtpp -> aiohttp (#4709)

This commit is contained in:
Vadim Markovtsev 2019-12-05 17:02:43 +01:00 committed by William Cheng
parent f472020412
commit 8d8eea4fe9
2 changed files with 4 additions and 4 deletions

View File

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

View File

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