Skip to content

Commit

Permalink
Fix typo (#17)
Browse files Browse the repository at this point in the history
```diff
- on-th-fly
+ on-the-fly
```
  • Loading branch information
mesaugat authored and ebidel committed Dec 17, 2018
1 parent 2ff211d commit 93cf709
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions element-to-pdf.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
* PDF of it. Shows how to use Puppeteer to:
*
* 1. screenshot a DOM element
* 2. craft an HTML page on-th-fly.
* 3. produce an image of the element and PDF of the page with the image embedded.
* 2. craft an HTML page on-the-fly
* 3. produce an image of the element and PDF of the page with the image embedded
*
* Usage:
* node element-to-pdf.js
Expand Down

0 comments on commit 93cf709

Please sign in to comment.