mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
fix: choosed typo
This commit is contained in:
@@ -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}`;
|
||||||
|
|||||||
Reference in New Issue
Block a user