From fe7588fcef402359fdd9d7eb159d7a2ebdd6724b Mon Sep 17 00:00:00 2001
From: Chris Wong <lambda.fairy@gmail.com>
Date: Fri, 24 Sep 2021 20:01:55 +1000
Subject: [PATCH] Remove "blazing" (#298)

It doesn't mean anything.
---
 docs/content/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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/