Skip to content

Commit 91460e8

Browse files
committed
Fix typo
1 parent c4d5d42 commit 91460e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/5/fi/osa5c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ Muitakin tapoja on, esim. [getByTestId](https://testing-library.com/docs/queries
237237

238238
Testejä tehdessä törmäämme tyypillisesti moniin ongelmiin.
239239

240-
Olion _screen_ -olion metodilla [debug](https://testing-library.com/docs/queries/about/#screendebug) voimme tulostaa komponentin tuottaman HTML:n konsoliin. Eli kun muutamme testiä seuraavasti:
240+
Olion _screen_ metodilla [debug](https://testing-library.com/docs/queries/about/#screendebug) voimme tulostaa komponentin tuottaman HTML:n konsoliin. Eli kun muutamme testiä seuraavasti:
241241

242242
```js
243243
import { render, screen } from '@testing-library/react'

0 commit comments

Comments
 (0)