summaryrefslogtreecommitdiff
path: root/CHANGELOG.adoc
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:25 -0600
commit6bbc3b0de3198ec42d7531a7c20ee875e8e9846a (patch)
tree17e6b8c3161352ec25cdee0a81466f99419da7e0 /CHANGELOG.adoc
parent7bd77dab5ddc9a51e265719193241278b3643b06 (diff)
fix typo in CHANGELOG [no ci]
Diffstat (limited to 'CHANGELOG.adoc')
-rw-r--r--CHANGELOG.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index 9e0d4e72..c723eed8 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -18,7 +18,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::