We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22489fd commit 52b51e7Copy full SHA for 52b51e7
lib/commands/typings.ts
@@ -35,7 +35,7 @@ export class TypingsCommand implements ICommand {
35
typingsFolder = this.$options.copyTo;
36
}
37
this.$logger.info(
38
- "Typing have been generated in the following directory:",
+ "Typings have been generated in the following directory:",
39
typingsFolder
40
);
41
0 commit comments