From: Sebastián Ramírez Date: Sat, 2 Mar 2019 09:02:06 +0000 (+0400) Subject: :pencil2: Fix typo in release notes X-Git-Tag: 0.6.4~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=76fb2879ede5973f20b74364599a9e579d34a242;p=thirdparty%2Ffastapi%2Ffastapi.git :pencil2: Fix typo in release notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index 8981ebd93c..c6780b404d 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -44,7 +44,7 @@ ## 0.4.0 -* Add `openapi_prefix`, support for reverse proxy and mounting sub-applicaitons. See the docs at https://fastapi.tiangolo.com/tutorial/sub-applications-proxy/: #26 by @kabirkhan. +* Add `openapi_prefix`, support for reverse proxy and mounting sub-applications. See the docs at https://fastapi.tiangolo.com/tutorial/sub-applications-proxy/: #26 by @kabirkhan. * Update docs/tutorial for SQLAlchemy including note about *DB Browser for SQLite*.