Skip to content

Commit 2c84c59

Browse files
authored
Merge pull request #4110 from diegosouzajp/patch-12
Update part4a.md
2 parents 49df298 + ab04dea commit 2c84c59

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
@@ -563,7 +563,7 @@ Individual test cases are defined with the _test_ function. The first argument o
563563
}
564564
```
565565
566-
First, we execute the code to be tested, meaning that we generate a reverse for the string <i>react</i>. Next, we verify the results with the the method [strictEqual](https://nodejs.org/docs/latest/api/assert.html#assertstrictequalactual-expected-message) of the [assert](https://nodejs.org/docs/latest/api/assert.html) library.
566+
First, we execute the code to be tested, meaning that we generate a reverse for the string <i>react</i>. Next, we verify the results with the method [strictEqual](https://nodejs.org/docs/latest/api/assert.html#assertstrictequalactual-expected-message) of the [assert](https://nodejs.org/docs/latest/api/assert.html) library.
567567
568568
As expected, all of the tests pass:
569569

0 commit comments

Comments
 (0)