Skip to content

Commit d0e767f

Browse files
authored
📚 Doc: Optimize the menu item text (#3267)
1 parent 26e30c0 commit d0e767f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/middleware/session.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
id: session
33
---
44

5-
# Session Middleware for [Fiber](https://github.com/gofiber/fiber)
5+
# Session
66

77
The `session` middleware provides session management for Fiber applications, utilizing the [Storage](https://github.com/gofiber/storage) package for multi-database support via a unified interface. By default, session data is stored in memory, but custom storage options are easily configurable (see examples below).
88

0 commit comments

Comments
 (0)