Skip to content

Commit 3ab0501

Browse files
authored
fix: typo (#77)
1 parent 9f328ac commit 3ab0501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ async function analyze (originalUrl, options = {}) {
118118
let scripts = await page.evaluateHandle(() => Array.from(document.getElementsByTagName('script')).map(({ src }) => src))
119119
scripts = (await scripts.jsonValue()).filter(script => script)
120120

121-
// Original HTLM sent back
121+
// Original HTML sent back
122122
const originalHtml = await response.text()
123123

124124
// Get page html

0 commit comments

Comments
 (0)