Skip to content

Commit

Permalink
docs(upgrade): fix typo in upgrade docs (#2765)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephank committed Feb 25, 2022
1 parent 7534522 commit 6464c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/upgrade.rs
Expand Up @@ -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
Expand Down

0 comments on commit 6464c0e

Please sign in to comment.