changeset 1722:61aca81458a0

Corrected sentence in the upstream module.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 06 Jun 2016 12:27:44 +0300
parents 737c86e8b316
children 065978f4ece1
files xml/en/docs/http/ngx_http_upstream_module.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_upstream_module.xml
+++ b/xml/en/docs/http/ngx_http_upstream_module.xml
@@ -821,8 +821,8 @@ http {
     }
 }
 </example>
-This configuration tells that for a health check to pass, the response to a
-health check request should succeed,
+This configuration shows that in order for a health check to pass, the response
+to a health check request should succeed,
 have status 200, content type “<literal>text/html</literal>”,
 and contain “<literal>Welcome to nginx!</literal>” in the body.
 </para>