Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cs278 committed Aug 7, 2023
1 parent 7ae8c84 commit 73de1e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/markdownRenderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export function render(
message.push(`Generated using ${baseRef} and ${headRef}`);
message.push("");
message.push(
"[^Moved]: Depepdency was moved from the non-dev section to dev section or vice versa."
"[^Moved]: Dependency was moved from the non-dev section to dev section or vice versa."
);

return message.join("\n");
Expand Down

0 comments on commit 73de1e2

Please sign in to comment.