changeset 2366:81a39b7032fd

Removed obsolete symbol from devguide.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 11 Apr 2019 20:28:45 +0300
parents cebf280e13a8
children 6472e90f06ee
files xml/en/docs/dev/development_guide.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/dev/development_guide.xml
+++ b/xml/en/docs/dev/development_guide.xml
@@ -9,7 +9,7 @@
 <article name="Development guide"
          link="/en/docs/dev/development_guide.html"
          lang="en"
-         rev="5">
+         rev="6">
 
 <section name="Introduction" id="introduction">
 
@@ -4484,7 +4484,7 @@ where a location is chosen based on the 
 Before this phase, the default location for the relevant virtual server
 is assigned to the request, and any module requesting a location configuration
 receives the configuration for the default server location.
-This phase a assigns a new location to the request.
+This phase assigns a new location to the request.
 No additional handlers can be registered at this phase.
 </listitem>