We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b517c0f commit 1ad2525Copy full SHA for 1ad2525
packages/@angular/cli/commands/xi18n.ts
@@ -7,7 +7,7 @@ export interface Options {
7
}
8
9
export default class Xi18nCommand extends ArchitectCommand {
10
- public readonly name = 'xi81n';
+ public readonly name = 'xi18n';
11
public readonly target = 'extract-i18n';
12
public readonly description = 'Extracts i18n messages from source code.';
13
public readonly scope = CommandScope.inProject;
0 commit comments