Skip to content

Commit

Permalink
fix spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobsonchase committed Aug 23, 2023
1 parent 31a9582 commit 91d87a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ngrok/src/session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -558,9 +558,9 @@ impl SessionBuilder {
/// HTTP or SOCKS5 proxy. This parameter is ignored if you override the connector
/// with [SessionBuilder::connector].
///
/// See the [proxy url paramter in the ngrok docs] for additional details.
/// See the [proxy url parameter in the ngrok docs] for additional details.
///
/// [proxy url paramter in the ngrok docs]: https://ngrok.com/docs/ngrok-agent/config#proxy_url
/// [proxy url parameter in the ngrok docs]: https://ngrok.com/docs/ngrok-agent/config#proxy_url
pub fn proxy_url(&mut self, url: Uri) -> Result<&mut Self, ProxyUnsupportedError> {
self.connector = connect_proxy(url)?;
Ok(self)
Expand Down

0 comments on commit 91d87a8

Please sign in to comment.