fix: choosed typo

This commit is contained in:
jdegand
2024-03-05 22:34:49 -05:00
parent 0525a7d7a5
commit 6b379085ad

View File

@@ -70,7 +70,7 @@ export class AppComponent {
}); });
readonly directionLabel = computed<string>(() => { readonly directionLabel = computed<string>(() => {
const prefix = 'You choosed to go'; const prefix = 'You chose to go';
switch (this.direction()) { switch (this.direction()) {
case Direction.LEFT: case Direction.LEFT:
return `${prefix} ${Direction.LEFT}`; return `${prefix} ${Direction.LEFT}`;