From 046a9057e2b473f1d81d0ae32960df54c04e19f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Marzy=C5=84ski?= <33965553+KamilMarzynski@users.noreply.github.com> Date: Thu, 2 Jan 2025 20:37:05 +0100 Subject: [PATCH] fix(curriculum): typo in project idea board hint (#57880) --- .../lab-project-idea-board/67051431a73f1ca25d9a6f25.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/25-front-end-development/lab-project-idea-board/67051431a73f1ca25d9a6f25.md b/curriculum/challenges/english/25-front-end-development/lab-project-idea-board/67051431a73f1ca25d9a6f25.md index 8c53604b6ad..ccb8b77af50 100644 --- a/curriculum/challenges/english/25-front-end-development/lab-project-idea-board/67051431a73f1ca25d9a6f25.md +++ b/curriculum/challenges/english/25-front-end-development/lab-project-idea-board/67051431a73f1ca25d9a6f25.md @@ -215,7 +215,7 @@ techProjects.unpin(smartHome); assert.isEmpty(techProjects.ideas); ``` -When `new ProjectIdeaBoard("Empty Board")` is empty, `emptyBoard.formatToString()` should return `Empty Board has 0 ideas\n`. +When `new ProjectIdeaBoard("Empty Board")` is empty, `emptyBoard.formatToString()` should return `Empty Board has 0 idea(s)\n`. ```js