Skip to content

Commit 25d9d4e

Browse files
authored
fix: typo in part4a.md
1 parent de34caf commit 25d9d4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/4/en/part4a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ test('of empty array is zero', () => {
673673
674674
### Exercises 4.3.-4.7.
675675
676-
Let's create a collection of helper functions that are metest showing described blocksh the blog list. Create the functions into a file called <i>utils/list_helper.js</i>. Write your tests into an appropriately named test file under the <i>tests</i> directory.
676+
Let's create a collection of helper functions that are best suited for working with the described sections of the blog list. Create the functions into a file called <i>utils/list_helper.js</i>. Write your tests into an appropriately named test file under the <i>tests</i> directory.
677677
678678
#### 4.3: Helper Functions and Unit Tests, step 1
679679

0 commit comments

Comments
 (0)