This is an automated email from the ASF dual-hosted git repository.

garydgregory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/commons-xml.git


The following commit(s) were added to refs/heads/main by this push:
     new 8a17ad4  Normalize spelling
8a17ad4 is described below

commit 8a17ad43a2e07d20190b5bf63e2c50f7c5b1d397
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 4 18:06:50 2026 -0400

    Normalize spelling
---
 src/site/markdown/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md
index 16a4518..9b9c4f2 100644
--- a/src/site/markdown/index.md
+++ b/src/site/markdown/index.md
@@ -63,7 +63,7 @@ stylesheet) is blocked, and DOCTYPE input is rejected 
wherever the underlying im
 
 ### Supported implementations
 
-Out of the box the library recognises the stock JDK JAXP implementations, 
Apache Xerces 2.x, Woodstox, and Saxon-HE. If
+Out of the box the library recognizes the stock JDK JAXP implementations, 
Apache Xerces 2.x, Woodstox, and Saxon-HE. If
 a factory resolves to an implementation not covered by any bundled hardening 
recipe, every `XmlFactories` method throws
 `IllegalStateException` with a message naming the unsupported class. Adding 
support for a new JAXP implementation
 requires a code change to this library.

Reply via email to