diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml
index c818a413f..d42687328 100644
--- a/docs/xml/nginx/changes.xml
+++ b/docs/xml/nginx/changes.xml
@@ -14,12 +14,12 @@
после перенаправления запроса с помощью директивы error_page
-директива proxy_pass без URI теперь использует изменённый URI;
+директива proxy_pass без URI теперь использует изменённый URI.
Спасибо Lanshun Zhou.
a "proxy_pass" directive without URI part now uses changed URI
-after redirection with the "error_page" directive;
+after redirection with the "error_page" directive.
Thanks to Lanshun Zhou.
@@ -107,12 +107,12 @@ if variables were used.
после перенаправления запроса с помощью директивы try_files
-директива proxy_pass без URI могла использовать URI исходного запроса;
+директива proxy_pass без URI могла использовать URI исходного запроса.
Спасибо Lanshun Zhou.
a "proxy_pass" directive without URI part might use original request
-after redirection with the "try_files" directive;
+after redirection with the "try_files" directive.
Thanks to Lanshun Zhou.