Skip to content

Commit 090acbb

Browse files
📚 Update app.md for indentation (#2761)
Update app.md for indentation
1 parent b185083 commit 090acbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/api/app.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ func main() {
205205
206206
app.Route("/test", func(api fiber.Router) {
207207
api.Get("/foo", handler).Name("foo") // /test/foo (name: test.foo)
208-
api.Get("/bar", handler).Name("bar") // /test/bar (name: test.bar)
208+
api.Get("/bar", handler).Name("bar") // /test/bar (name: test.bar)
209209
}, "test.")
210210
211211
log.Fatal(app.Listen(":3000"))

0 commit comments

Comments
 (0)