Skip to content

Commit

Permalink
Fix typo in release notes script
Browse files Browse the repository at this point in the history
  • Loading branch information
pwizla committed Nov 15, 2024
1 parent 055dd04 commit 2bc0056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus/release-notes-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2bc0056

Please sign in to comment.