fix(curriculum): typo in project idea board hint (#57880)

This commit is contained in:
Kamil Marzyński
2025-01-02 20:37:05 +01:00
committed by GitHub
parent ca3b73f881
commit 046a9057e2

View File

@@ -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