mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 10:07:46 -05:00
fix(curriculum): typo in project idea board hint (#57880)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user