summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2023-06-24 20:19:04 -0600
committerDan Allen <dan.j.allen@gmail.com>2023-06-24 20:19:04 -0600
commit19bd3fa394a1f24c6c7190efaf9cd9d6e4679fff (patch)
tree910fc499ac5f46c48954dd5f54d831dc24e402d5
parent1b8d1384d76c950a2966def6312aa1cfb56cc5b2 (diff)
fix typo in CHANGELOG [no ci]
-rw-r--r--CHANGELOG.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index b0cd9a7f..1435f8c5 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -60,7 +60,7 @@ Improvements::
Bug Fixes::
-* remove null character enclosed in XML tag when santizing text; fixes invisible text in outline when heading contains index term (#2430)
+* remove null character enclosed in XML tag when sanitizing text; fixes invisible text in outline when heading contains index term (#2430)
* alias `File.exists?` to `File.exist?` when loading RGhost optimizer to patch incompatibility when using Ruby 3.2
Build / Infrastructure::