Skip to content

Commit 99051b6

Browse files
authored
Fix typo (#282)
1 parent 70d3ec7 commit 99051b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/content/guide/ip-address.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description = "IP address handling in Echo"
66
parent = "guide"
77
+++
88

9-
IP address plays fundamental role in HTTP; it's used for access control, auditting, geo-based access analysis and more.
9+
IP address plays fundamental role in HTTP; it's used for access control, auditing, geo-based access analysis and more.
1010
Echo provides handy method [`Context#RealIP()`](https://godoc.org/github.com/labstack/echo#Context) for that.
1111

1212
However, it is not trivial to retrieve the _real_ IP address from requests especially when you put L7 proxies before the application.

0 commit comments

Comments
 (0)