docs(upgrade): fix typo in upgrade docs (#2765)

This commit is contained in:
Stéphan Kochen
2022-02-25 19:28:13 +01:00
committed by GitHub
parent 75345222d7
commit 6464c0ed49

View File

@@ -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