diff xml/en/docs/http/ngx_http_limit_req_module.xml @ 243:b4afc16d1071

Added missing markup bits.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 15 Dec 2011 13:26:56 +0000
parents bfe3eff81d04
children 945d7299c26c
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_limit_req_module.xml	Wed Dec 14 07:41:27 2011 +0000
+++ b/xml/en/docs/http/ngx_http_limit_req_module.xml	Thu Dec 15 13:26:56 2011 +0000
@@ -9,7 +9,8 @@
 <section id="summary">
 
 <para>
-The module ngx_http_limit_req_module (0.7.21) allow to limit the number
+The <code>ngx_http_limit_req_module</code> module (0.7.21) allows
+to limit the number
 of requests per defined key, in particular, the number of requests
 from a single IP address.
 The limitation is done using the “leaky bucket” method.