Skip to content

Commit

Permalink
docs: fix typo in src/updaters/changelog-json.ts (#2442)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsotirakis authored Jan 6, 2025
1 parent 3e80797 commit 91f5078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/updaters/changelog-json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ interface Change {
}

/**
* Maintians a machine readable CHANGELOG in chnagelog.json.
* Maintains a machine readable CHANGELOG in chnagelog.json.
* See: https://gist.github.com/bcoe/50ef0a0024bbf107cd5bc0adbdc04758
*/
export class ChangelogJson extends DefaultUpdater {
Expand Down

0 comments on commit 91f5078

Please sign in to comment.