Skip to content

Commit

Permalink
Fix typo (#448)
Browse files Browse the repository at this point in the history
Plural not singular!

Resolves: #446
  • Loading branch information
ggodlewski authored Mar 9, 2024
1 parent de50ebe commit c35d35a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ui/src/components/GitCommit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ export default {
await this.commit({
message: this.commitMsg,
filePaths: filePaths,
removeFilePath: removeFilePaths
removeFilePaths
});
this.commitMsg = '';
} catch (err) {
Expand Down

0 comments on commit c35d35a

Please sign in to comment.