mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 04:43:03 -05:00
fix: choosed typo
This commit is contained in:
@@ -70,7 +70,7 @@ export class AppComponent {
|
||||
});
|
||||
|
||||
readonly directionLabel = computed<string>(() => {
|
||||
const prefix = 'You choosed to go';
|
||||
const prefix = 'You chose to go';
|
||||
switch (this.direction()) {
|
||||
case Direction.LEFT:
|
||||
return `${prefix} ${Direction.LEFT}`;
|
||||
|
||||
Reference in New Issue
Block a user