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	Tue Apr 25 18:17:41 2017 +0300
+++ b/xml/en/docs/dev/development_guide.xml	Wed Apr 26 13:33:35 2017 +0300
@@ -3450,7 +3450,7 @@
 <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>