changeset 1979:ff28ca78bef3

Fixed a typo.
author Vladimir Homutov <vl@nginx.com>
date Wed, 26 Apr 2017 13:33:35 +0300
parents 8f1a568a8bbf
children 5718cf42be55
files xml/en/docs/dev/development_guide.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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>