From 202dfc18be0b43a13ec18f83776f23a49f2ba9fd Mon Sep 17 00:00:00 2001 From: Evelyn Date: Fri, 22 Jul 2016 16:21:47 +0100 Subject: [PATCH] Update mg_serve_http.md --- docs/c-api/http.h/mg_serve_http.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/c-api/http.h/mg_serve_http.md b/docs/c-api/http.h/mg_serve_http.md index 22b32688..98069503 100644 --- a/docs/c-api/http.h/mg_serve_http.md +++ b/docs/c-api/http.h/mg_serve_http.md @@ -7,7 +7,7 @@ signature: | struct mg_serve_http_opts opts); --- -Serve given HTTP request according to the `options`. +Serves given HTTP request according to the `options`. Example code snippet: