From 0dd8b580bd17af49f1dd6c8cca2899a6d170f1fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Fro=C5=82ow?= Date: Sat, 17 Nov 2018 13:38:51 +0100 Subject: [PATCH] The start methods -> The start method --- content/docs/server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/server.md b/content/docs/server.md index 0efdd70..dce6184 100644 --- a/content/docs/server.md +++ b/content/docs/server.md @@ -119,7 +119,7 @@ You can change this parameter with the You can send a stop message to the server with the server address and specify if you want graceful shutdown or not. The [`start()`](../../actix-web/actix_web/server/struct.HttpServer.html#method.start) -methods returns address of the server. +method returns address of the server. `HttpServer` handles several OS signals. *CTRL-C* is available on all OSs, other signals are available on unix systems.