Skip to content

Commit 1ad2525

Browse files
confrariahansl
authored andcommitted
fix(@angular/cli): fix xi18n command typo
Change the command to extract i18n messages to xi18n instead of xi81n.
1 parent b517c0f commit 1ad2525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@angular/cli/commands/xi18n.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export interface Options {
77
}
88

99
export default class Xi18nCommand extends ArchitectCommand {
10-
public readonly name = 'xi81n';
10+
public readonly name = 'xi18n';
1111
public readonly target = 'extract-i18n';
1212
public readonly description = 'Extracts i18n messages from source code.';
1313
public readonly scope = CommandScope.inProject;

0 commit comments

Comments
 (0)