diff options
author | Artem Konev <artem.konev@nginx.com> | 2021-05-27 13:53:58 +0100 |
---|---|---|
committer | Artem Konev <artem.konev@nginx.com> | 2021-05-27 13:53:58 +0100 |
commit | 3b0fa832a39955c8a642188b29ab7456129a1b41 (patch) | |
tree | 84c41931e5beedfa0513c13869e11dee5c3d8c30 /docs | |
parent | f91fe4ce9e9c819f1e86ab1018223e38a34fb07d (diff) | |
download | unit-3b0fa832a39955c8a642188b29ab7456129a1b41.tar.gz unit-3b0fa832a39955c8a642188b29ab7456129a1b41.tar.bz2 |
Grammar fixes and improvements in changes.xml.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changes.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/changes.xml b/docs/changes.xml index 0a666a3e..27fdca68 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -77,20 +77,21 @@ multiple "targets" in Python applications. <change type="feature"> <para> -a loader for automatic overriding "http" and "websocket" modules in Node.js. +a loader for automatically overriding the "http" and "websocket" modules in +Node.js. </para> </change> <change type="feature"> <para> -ability to limit serving of static files by MIME types. +the ability to limit static file serving by MIME types. </para> </change> <change type="feature"> <para> -support for chrooting, rejecting symlinks, and rejecting crossing mounting -points on a per-request basis during static file serving. +support for chrooting, rejecting symlinks, and rejecting mount +point traversal on a per-request basis when serving static files. </para> </change> @@ -102,7 +103,7 @@ compatibility with Ruby 3.0. <change type="bugfix"> <para> -the router process could crash while closing TLS connection. +the router process could crash while closing a TLS connection. </para> </change> |