Skip to content

Commit 6aa00ce

Browse files
varunsharma27mistic
authored andcommitted
Fix typo in run_i18n_integrate (#47561)
1 parent d0b7e7a commit 6aa00ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dev/run_i18n_integrate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ run(
8888
new Listr(extractDefaultMessages(config, srcPaths), { exitOnError: true }),
8989
},
9090
{
91-
title: 'Intregrating Locale File',
91+
title: 'Integrating Locale File',
9292
task: async ({ messages, config }) => {
9393
await integrateLocaleFiles(messages, {
9494
sourceFileName: source,

0 commit comments

Comments
 (0)