Skip to content

Commit ac97aba

Browse files
authored
screenshot_element_on_tab.js: fix typo
1 parent 981dddd commit ac97aba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

screenshot_element_on_tab.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
const puppeteer = require('puppeteer');
2424

25-
const AUTO_TAB = !false; // If true, tabbing through elements is down automatically.
25+
const AUTO_TAB = !false; // If true, tabbing through elements is done automatically.
2626
const padding = 25; // padding around the element screenshot.
2727
const url = process.env.URL || 'https://perf-sandbox.appspot.com/';
2828

0 commit comments

Comments
 (0)