From 76fb2879ede5973f20b74364599a9e579d34a242 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sat, 2 Mar 2019 13:02:06 +0400 Subject: [PATCH] :pencil2: Fix typo in release notes --- docs/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes.md b/docs/release-notes.md index 8981ebd93..c6780b404 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*.