Skip to content

Commit

Permalink
✏️ Cache middleware: Fix comment typo in manager.go. (#1804)
Browse files Browse the repository at this point in the history
  • Loading branch information
thylong committed Mar 5, 2022
1 parent 8b0170c commit d0934df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middleware/cache/manager.go
Expand Up @@ -40,7 +40,7 @@ func newManager(storage fiber.Storage) *manager {
// Use provided storage if provided
manager.storage = storage
} else {
// Fallback too memory storage
// Fallback to memory storage
manager.memory = memory.New()
}
return manager
Expand Down

0 comments on commit d0934df

Please sign in to comment.