Skip to content

Commit 778b0a1

Browse files
Correct highlight spelling in md syntex for playright part in en and fi
1 parent 0aa92e3 commit 778b0a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/5/en/part5d.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1146,7 +1146,7 @@ const createNote = async (page, content) => {
11461146
await page.getByRole('button', { name: 'new note' }).click()
11471147
await page.getByRole('textbox').fill(content)
11481148
await page.getByRole('button', { name: 'save' }).click()
1149-
await page.getByText(content).waitFor() // hightlight-line
1149+
await page.getByText(content).waitFor() // highlight-line
11501150
}
11511151
```
11521152

src/content/5/fi/osa5d.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1138,7 +1138,7 @@ const createNote = async (page, content) => {
11381138
await page.getByRole('button', { name: 'new note' }).click()
11391139
await page.getByRole('textbox').fill(content)
11401140
await page.getByRole('button', { name: 'save' }).click()
1141-
await page.getByText(content).waitFor() // hightlight-line
1141+
await page.getByText(content).waitFor() // highlight-line
11421142
}
11431143
```
11441144

0 commit comments

Comments
 (0)