Skip to content

Commit

Permalink
[easy] Fix a typo for "synchronizing" in log string
Browse files Browse the repository at this point in the history
  • Loading branch information
aifreedom committed May 24, 2022
1 parent c076927 commit 7917661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/lib/builtInExtensions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ function writeControlFile(control: IControlFile): void {
}

export function getBuiltInExtensions(): Promise<void> {
log('Syncronizing built-in extensions...');
log('Synchronizing built-in extensions...');
log(`You can manage built-in extensions with the ${ansiColors.cyan('--builtin')} flag`);

const control = readControlFile();
Expand Down

0 comments on commit 7917661

Please sign in to comment.