Skip to content

Commit 93cf709

Browse files
mesaugatebidel
authored andcommitted
Fix typo (#17)
```diff - on-th-fly + on-the-fly ```
1 parent 2ff211d commit 93cf709

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

element-to-pdf.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
* PDF of it. Shows how to use Puppeteer to:
2222
*
2323
* 1. screenshot a DOM element
24-
* 2. craft an HTML page on-th-fly.
25-
* 3. produce an image of the element and PDF of the page with the image embedded.
24+
* 2. craft an HTML page on-the-fly
25+
* 3. produce an image of the element and PDF of the page with the image embedded
2626
*
2727
* Usage:
2828
* node element-to-pdf.js

0 commit comments

Comments
 (0)