diff --git a/src/upgrade.rs b/src/upgrade.rs index 0832498acf..1c7b5b01cd 100644 --- a/src/upgrade.rs +++ b/src/upgrade.rs @@ -17,7 +17,7 @@ //! //! # Client //! -//! Sending an HTTP ugprade from the [`client`](super::client) involves setting +//! Sending an HTTP upgrade from the [`client`](super::client) involves setting //! either the appropriate method, if wanting to `CONNECT`, or headers such as //! `Upgrade` and `Connection`, on the `http::Request`. Once receiving the //! `http::Response` back, you must check for the specific information that the