diff --git a/docs/http/cgi.md b/docs/http/cgi.md
index c667fec4ef3350299a088769a65c45d1f0075534..86b0a4f3db50201d58aac217450e56bfedc2a9fe 100644
--- a/docs/http/cgi.md
+++ b/docs/http/cgi.md
@@ -16,7 +16,7 @@ CGI file must be executable. Mongoose honours the shebang line - see
 http://en.wikipedia.org/wiki/Shebang_(Unix).
 
 For example, if both PHP and Perl CGIs are used, then
-``#!/path/to/php-cgi.exe` and ``#!/path/to/perl.exe` must be the first lines
+`#!/path/to/php-cgi.exe` and `#!/path/to/perl.exe` must be the first lines
 of the respective CGI scripts.
 
 It is possible to hardcode the path to the CGI interpreter for all