📚 fix typo

pull/842/head
kiyon 2020-09-28 13:12:54 +08:00
parent e6fc09bf2c
commit e6a14a879a
2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ func New(config ...Config) fiber.Handler
``` ```
### Examples ### Examples
Import the compress package that is part of the Fiber web framework Import the middleware package that is part of the Fiber web framework
```go ```go
import ( import (
"github.com/gofiber/fiber/v2" "github.com/gofiber/fiber/v2"

View File

@ -10,7 +10,7 @@ func New() fiber.Handler
``` ```
### Example ### Example
Import the compress package that is part of the Fiber web framework Import the middleware package that is part of the Fiber web framework
```go ```go
import ( import (
"github.com/gofiber/fiber/v2" "github.com/gofiber/fiber/v2"