From ab04deaaaa2d0d918b25cf2a9420a21c9345d485 Mon Sep 17 00:00:00 2001 From: diegosouzajp Date: Mon, 18 Aug 2025 13:46:23 -0300 Subject: [PATCH] Update part4a.md Correcting "the the" --- src/content/4/en/part4a.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/4/en/part4a.md b/src/content/4/en/part4a.md index 1efe6949dec..81fc1788524 100644 --- a/src/content/4/en/part4a.md +++ b/src/content/4/en/part4a.md @@ -563,7 +563,7 @@ Individual test cases are defined with the _test_ function. The first argument o } ``` -First, we execute the code to be tested, meaning that we generate a reverse for the string react. 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. +First, we execute the code to be tested, meaning that we generate a reverse for the string react. 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. As expected, all of the tests pass: