Skip to content

Commit e64c202

Browse files
committed
Typo
1 parent b715fdb commit e64c202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

speech.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const text = flagIdx === -1 ? DEFAULT_TXT : process.argv.slice(flagIdx + 1).join
6060
await page.evaluateOnNewDocument(text => window.TEXT2SPEECH = text, text);
6161

6262
const html = fs.readFileSync('./html/speech_synth.html', {encoding: 'utf-8'});
63-
// Frafty way to cause a navigation so the evaluateOnNewDocument kicks in.
63+
// Cause a navigation so the evaluateOnNewDocument kicks in.
6464
await page.goto(`data:text/html,${html}`);
6565

6666
const button = await page.$('button');

0 commit comments

Comments
 (0)