diff --git a/docs/scenarios/web.rst b/docs/scenarios/web.rst
index 41dbab2..748d114 100644
--- a/docs/scenarios/web.rst
+++ b/docs/scenarios/web.rst
@@ -82,8 +82,8 @@ validation are not built-in functions of Flask.
This is great, because many web applications don't need those features.
For those that do, there are many
- `Extensions `_ available that may
- suit your needs. Or, you can easily use any library you want yourself!
+`Extensions `_ available that may
+suit your needs. Or, you can easily use any library you want yourself!
Flask is default choice for any Python web application that isn't a good
fit for Django.