Skip to content

Commit a7c42c6

Browse files
authored
Merge pull request #3777 from sonjamadetoja/patch-7
correct word
2 parents 1c5e3eb + d9046d3 commit a7c42c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/5/fi/osa5d.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,7 @@ describe('Note app', () => {
11081108
await createNote(page, 'third note')
11091109
})
11101110

1111-
test('one of those can be made nonimportant', async ({ page }) => {
1111+
test('one of those can be made unimportant', async ({ page }) => {
11121112
await page.pause() // highlight-line
11131113
const otherNoteText = await page.getByText('second note')
11141114
const otherdNoteElement = await otherNoteText.locator('..')

0 commit comments

Comments
 (0)