Skip to content

Commit b7a9a40

Browse files
Fennygitbook-bot
authored andcommitted
GitBook: [master] one page modified
1 parent 40c7b90 commit b7a9a40

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

application.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ func main() {
3333

3434
## Settings
3535

36-
You can pass application settings when calling `New`, or change the settings before you call `Listen`
36+
You can pass application settings when calling `New`.
3737

3838
{% code title="Example" %}
3939
```go
@@ -53,6 +53,8 @@ func main() {
5353
```
5454
{% endcode %}
5555

56+
Or change the settings after initializing an `app`.
57+
5658
{% code title="Example" %}
5759
```go
5860
func main() {

0 commit comments

Comments
 (0)