Skip to content

Commit 22e7513

Browse files
authored
docs(verification): fixed unclosed code tag (#2085)
Caused in 3979d4f and ended up in a failing CI
1 parent c38f26e commit 22e7513

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/verification.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ console.log(buffer.toString('base64'));
7878
// Capture given element
7979
const elementHandle = await page.$('.header');
8080
await elementHandle.screenshot({ path: 'screenshot.png' });
81+
```
8182

8283
#### API reference
8384

0 commit comments

Comments
 (0)