We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 387aa35 commit 891c9d9Copy full SHA for 891c9d9
application.md
@@ -6,12 +6,12 @@ description: The app instance conventionally denotes the Fiber application.
6
7
## New
8
9
-This method creates a new **Fiber** named instance.
+This method creates a new **App** named instance.
10
You can pass optional [settings ](application.md#settings)when creating a new instance.
11
12
{% code title="Signature" %}
13
```go
14
-fiber.New(settings ...Settings) *Fiber
+fiber.New(settings ...Settings) *App
15
```
16
{% endcode %}
17
0 commit comments