From 717768e6c9ad5ebb141fbaddec659ae88d689016 Mon Sep 17 00:00:00 2001 From: Atharva Pardeshi Date: Tue, 20 Sep 2022 00:10:28 +0530 Subject: [PATCH] fix: fix typo east => west --- levels/javascript/objectives/js_west_bridge/objective.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/levels/javascript/objectives/js_west_bridge/objective.json b/levels/javascript/objectives/js_west_bridge/objective.json index 898b717..9d358f3 100644 --- a/levels/javascript/objectives/js_west_bridge/objective.json +++ b/levels/javascript/objectives/js_west_bridge/objective.json @@ -1,6 +1,6 @@ { "title": "JavaScript Lab: If Alive Then Bridge", - "description": "Extend the east bridge by learning to use an else statement in your conditional logic.", + "description": "Extend the west bridge by learning to use an else statement in your conditional logic.", "validation_fields": [ { "name": "prompt",