diff --git a/docusaurus/release-notes-script.sh b/docusaurus/release-notes-script.sh index b5533f5630..4079c8e56f 100755 --- a/docusaurus/release-notes-script.sh +++ b/docusaurus/release-notes-script.sh @@ -238,7 +238,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