Skip to content

Commit 891c9d9

Browse files
Fennygitbook-bot
authored andcommitted
GitBook: [master] 6 pages modified
1 parent 387aa35 commit 891c9d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

application.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ description: The app instance conventionally denotes the Fiber application.
66

77
## New
88

9-
This method creates a new **Fiber** named instance.
9+
This method creates a new **App** named instance.
1010
You can pass optional [settings ](application.md#settings)when creating a new instance.
1111

1212
{% code title="Signature" %}
1313
```go
14-
fiber.New(settings ...Settings) *Fiber
14+
fiber.New(settings ...Settings) *App
1515
```
1616
{% endcode %}
1717

0 commit comments

Comments
 (0)