diff --git a/src/content/6/en/part6b.md b/src/content/6/en/part6b.md index b7c15d79362..0ef3a5ec717 100644 --- a/src/content/6/en/part6b.md +++ b/src/content/6/en/part6b.md @@ -1010,7 +1010,7 @@ act(() => { }) ``` -Lopuksi tapahtuu testin ekspektaatio: +Finally, the test expectation occurs: ```js expect(counter.current).toBe(0)