diff --git a/docs/alternatives.md b/docs/alternatives.md
index f14e8964b..730c10794 100644
--- a/docs/alternatives.md
+++ b/docs/alternatives.md
@@ -229,7 +229,7 @@ It was one of the first extremely fast Python frameworks based on `asyncio`. It
!!! note "Technical Details"
It used `uvloop` instead of the default Python `asyncio` loop. That's what made it so fast.
- It still doesn't implement the ASGI spec for Python asynchronous web development, but it clearly inspired Uvicorn and Starlette, that are currently faster than Sanic in open benchmarks.
+ It clearly inspired Uvicorn and Starlette, that are currently faster than Sanic in open benchmarks.
!!! check "Inspired **FastAPI** to"
Find a way to have a crazy performance.