diff --git a/src/lib.rs b/src/lib.rs index a50c618c..0dbb6a3d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -24,7 +24,7 @@ //! ## "Low-level" //! //! hyper is a lower-level HTTP library, meant to be a building block -//! for libaries and applications. +//! for libraries and applications. //! //! If looking for just a convenient HTTP client, consider the //! [reqwest](https://crates.io/crates/reqwest) crate.