We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f328ac commit 3ab0501Copy full SHA for 3ab0501
src/index.js
@@ -118,7 +118,7 @@ async function analyze (originalUrl, options = {}) {
118
let scripts = await page.evaluateHandle(() => Array.from(document.getElementsByTagName('script')).map(({ src }) => src))
119
scripts = (await scripts.jsonValue()).filter(script => script)
120
121
- // Original HTLM sent back
+ // Original HTML sent back
122
const originalHtml = await response.text()
123
124
// Get page html
0 commit comments