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 authored Jan 8, 2025
1 parent 02dd8e5 commit 24d9ba4
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 @@ -219,7 +219,7 @@ main() {
echo "### <Icon name="pen-nib" /> Updated content" > "$TEMP_DIR/${section}_header"
;;
"chore")
echo "### <Icon name="pen-nib" /> Chore, fixes, typos, and other improvement" > "$TEMP_DIR/${section}_header"
echo "### <Icon name="pen-nib" /> Chore, fixes, typos, and other improvements" > "$TEMP_DIR/${section}_header"
;;
esac

Expand Down

0 comments on commit 24d9ba4

Please sign in to comment.