Skip to content

Commit 2fd1520

Browse files
authored
Merge pull request #2538 from imanwarsame/patch-1
Update part5d.md
2 parents d08cc5b + 9647e99 commit 2fd1520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/5/en/part5d.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ describe('Note app', function() {
309309
cy.get('#password').type('salainen') // highlight-line
310310
cy.get('#login-button').click() // highlight-line
311311

312-
cy.contains(M'atti Luukkainen logged in') // highlight-line
312+
cy.contains('Matti Luukkainen logged in') // highlight-line
313313
})
314314
})
315315
```

0 commit comments

Comments
 (0)