From 6464c0ed49a3fd1e5a7fa383c463d67799b84449 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phan=20Kochen?= Date: Fri, 25 Feb 2022 19:28:13 +0100 Subject: [PATCH] docs(upgrade): fix typo in upgrade docs (#2765) --- 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