Skip to content

Commit

Permalink
📚 Doc: Fix missing period from IsFromLocal docs
Browse files Browse the repository at this point in the history
  • Loading branch information
xEricL committed Sep 15, 2024
1 parent a3948eb commit 78cadc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/ctx.md
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ app.Get("/", func(c fiber.Ctx) error {

## IsFromLocal

Returns true if request came from localhost
Returns true if request came from localhost.

```go title="Signature"
func (c Ctx) IsFromLocal() bool {
Expand Down

0 comments on commit 78cadc0

Please sign in to comment.