From 33e670ec201451dc523b044095d6c332ce0d1538 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phan=20Kochen?= Date: Fri, 25 Feb 2022 08:30:35 +0100 Subject: [PATCH] fix: typo in upgrade docs --- src/upgrade.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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