diff --git a/docusaurus/release-notes-script.sh b/docusaurus/release-notes-script.sh
index f3b1ffe439..094f43041f 100755
--- a/docusaurus/release-notes-script.sh
+++ b/docusaurus/release-notes-script.sh
@@ -219,7 +219,7 @@ main() {
echo "### Updated content" > "$TEMP_DIR/${section}_header"
;;
"chore")
- echo "### Chore, fixes, typos, and other improvement" > "$TEMP_DIR/${section}_header"
+ echo "### Chore, fixes, typos, and other improvements" > "$TEMP_DIR/${section}_header"
;;
esac