Skip to content

Commit a96af01

Browse files
committed
title
1 parent cc9982d commit a96af01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/server.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Server.serve(routes).provide(
4444
)
4545
```
4646

47-
:::note
47+
:::note[Handling Interrupt Signals (Ctrl+C) in SBT]
4848
Sometimes we may want to have more control over installation of the http application into the server. In such cases, we may want to use the `Server.install` method. This method only installs the `Routes` into the server, and the lifecycle of the server can be managed separately.
4949
:::
5050

0 commit comments

Comments
 (0)