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*.