Skip to content

Commit 06fee14

Browse files
committed
fix typo
1 parent 334ef25 commit 06fee14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/rescript-relay-cli/commands/removeUnusedFieldsCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export const addRemoveUnusedFieldsCommand = (program: Command) => {
114114
if (debug) {
115115
console.log(
116116
`Extracing source locations for ${maybePluralize(
117-
"files",
117+
"file",
118118
Object.keys(processed).length
119119
)}.`
120120
);

0 commit comments

Comments
 (0)