From 4fbc99c6ef9e169295bcd5bf4363d471617c0696 Mon Sep 17 00:00:00 2001
From: Eduardo Canellas <eduardocanellas98@gmail.com>
Date: Fri, 30 Jul 2021 19:06:27 -0300
Subject: [PATCH] docs: fix typo (#45)

---
 src/lib.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib.rs b/src/lib.rs
index c08158dc..c2084469 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -359,7 +359,7 @@
 //!
 //! Handlers created from async functions must always produce a response, even
 //! when returning a `Result<T, E>` the error type must implement
-//! [`IntoResponse`]. In practice this makes error handling very perdictable and
+//! [`IntoResponse`]. In practice this makes error handling very predictable and
 //! easier to reason about.
 //!
 //! However when applying middleware, or embedding other tower services, errors