Skip to content

Commit 0710c8c

Browse files
Fennygitbook-bot
authored andcommitted
GitBook: [master] one page modified
1 parent 6c85f46 commit 0710c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ app.Method(path string, ...func(*fiber.Ctx))
6767
**Simple route**
6868

6969
```go
70-
// Respond with "Hello, World!" on root path, "/":
70+
// Respond with "Hello, World!" on root path, "/"
7171
app.Get("/", func(c *fiber.Ctx) {
7272
c.Send("Hello, World!")
7373
})

0 commit comments

Comments
 (0)