Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GlenDC committed Jun 23, 2024
1 parent 7228f8e commit 4c6c431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/http/layer/forwarded/get_forwarded.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ use std::marker::PhantomData;
///
/// ## Example
///
/// This example shows you can extract the client IP from the `X-Fowarded-For`
/// This example shows you can extract the client IP from the `X-Forwarded-For`
/// header in case your application is behind a proxy which sets this header.
///
/// ```rust
Expand Down

0 comments on commit 4c6c431

Please sign in to comment.