From fe1926d63f87894bf2dee43eef28d7374110026b Mon Sep 17 00:00:00 2001 From: Gurinder Singh Date: Sat, 27 Oct 2018 16:38:08 +0530 Subject: [PATCH] Fixed a typo --- 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 4479f36..0efdd70 100644 --- a/content/docs/server.md +++ b/content/docs/server.md @@ -18,7 +18,7 @@ To bind to a specific socket address, must be used, and it may be called multiple times. To bind ssl socket, [`bind_ssl()`](../../actix-web/actix_web/server/struct.HttpServer.html#method.bind_ssl) or [`bind_tls()`](../../actix-web/actix_web/server/struct.HttpServer.html#method.bind_tls) -should be used. To start the http server, one of the start methods. +should be used. To start the http server, use one of the start methods. - use [`start()`](../../actix-web/actix_web/server/struct.HttpServer.html#method.start) for a server