From ab498f2f24677aac27e2b14952c366e5f6a59265 Mon Sep 17 00:00:00 2001
From: Andy Swan <8849794+andywswan@users.noreply.github.com>
Date: Tue, 28 Jan 2020 11:07:25 +0000
Subject: [PATCH] fixing a double spell

---
 docs/book/content/servers/hyper.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/book/content/servers/hyper.md b/docs/book/content/servers/hyper.md
index 4a0544c2..c3e5686a 100644
--- a/docs/book/content/servers/hyper.md
+++ b/docs/book/content/servers/hyper.md
@@ -1,6 +1,6 @@
 # Integrating with Hyper
 
-[Hyper] is a is a fast HTTP implementation that many other Rust web frameworks
+[Hyper] is a fast HTTP implementation that many other Rust web frameworks
 leverage. It offers asynchronous I/O via the tokio runtime and works on
 Rust's stable channel.