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.
-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.
-ability to limit serving of static files by MIME types.
+the ability to limit static file serving by MIME types.
-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.
@@ -102,7 +103,7 @@ compatibility with Ruby 3.0.
-the router process could crash while closing TLS connection.
+the router process could crash while closing a TLS connection.