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: