Skip to content

Commit

Permalink
fix: reset typo
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re committed Nov 29, 2023
1 parent 8a92500 commit d09ac0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/core/messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export function preferenceDisabled(name: string) {
}

export function preferenceReset(name: string) {
return `${cyan('◆')} ${name} has been reset ${bgCyan(black(' reset '))}\n`;
return `${cyan('◆')} ${name} has been ${bgCyan(black(' reset '))}\n`;
}

export function telemetryDisabled() {
Expand Down

0 comments on commit d09ac0f

Please sign in to comment.