mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
fix(curriculum): typo in recipe ingredient converter step 11 (#58229)
Co-authored-by: Je Yang <jeyang@Jes-MacBook-Pro.communityfibre.co.uk>
This commit is contained in:
parent
6f1444bcbd
commit
cd34f91151
@ -33,7 +33,7 @@ Your `adjustForServings` function should return a function.
|
||||
assert.isFunction(adjustForServings?.());
|
||||
```
|
||||
|
||||
Your inner function should accept a `newServings` argmuent.
|
||||
Your inner function should have a `newServings` parameter.
|
||||
|
||||
```js
|
||||
assert.match(adjustForServings?.()?.toString(), /\(newServings\)/);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user