diff xml/en/docs/dev/development_guide.xml @ 1979:ff28ca78bef3

Fixed a typo.
author Vladimir Homutov <vl@nginx.com>
date Wed, 26 Apr 2017 13:33:35 +0300
parents e4f6672ea905
children 5718cf42be55
line wrap: on
line diff
--- a/xml/en/docs/dev/development_guide.xml
+++ b/xml/en/docs/dev/development_guide.xml
@@ -3450,7 +3450,7 @@ This function runs request phases from
 <literal>NGX_HTTP_CONTENT_PHASE</literal>.
 The last phase is supposed to generate response and pass it along the filter
 chain.
-The response in not necessarily sent to the client at this phase.
+The response is not necessarily sent to the client at this phase.
 It may remain buffered and will be sent at the finalization stage
 </listitem>