diff --git a/docs/content/index.md b/docs/content/index.md
index a052205..606f3eb 100644
--- a/docs/content/index.md
+++ b/docs/content/index.md
@@ -19,7 +19,7 @@ Maud is an HTML [template engine] for Rust.
 It's implemented as a macro, `html!`,
 which compiles your markup to specialized Rust code.
 This unique approach makes Maud templates
-blazing fast, super type-safe, and easy to deploy.
+fast, type-safe, and easy to deploy.
 
 [template engine]: https://www.simple-is-better.org/template/