# HG changeset patch # User Vladimir Homutov # Date 1493202815 -10800 # Node ID ff28ca78bef332acd67e13f99a4351b0ac3fefaa # Parent 8f1a568a8bbf49e505ab366379c724546a5141ac Fixed a typo. diff -r 8f1a568a8bbf -r ff28ca78bef3 xml/en/docs/dev/development_guide.xml --- 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 @@ NGX_HTTP_CONTENT_PHASE. 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