Skip to content

Commit 6464c0e

Browse files
authored
docs(upgrade): fix typo in upgrade docs (#2765)
1 parent 7534522 commit 6464c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/upgrade.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
//!
1818
//! # Client
1919
//!
20-
//! Sending an HTTP ugprade from the [`client`](super::client) involves setting
20+
//! Sending an HTTP upgrade from the [`client`](super::client) involves setting
2121
//! either the appropriate method, if wanting to `CONNECT`, or headers such as
2222
//! `Upgrade` and `Connection`, on the `http::Request`. Once receiving the
2323
//! `http::Response` back, you must check for the specific information that the

0 commit comments

Comments
 (0)