Skip to content

Commit

Permalink
fix: grammar check of consent file
Browse files Browse the repository at this point in the history
  • Loading branch information
forsti0506 committed Aug 26, 2021
1 parent 36cf881 commit 41bbf0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/accept-cookies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export async function acceptCookieConsent(page: Page, config: Config): Promise<v
await saveScreenshot(
page,
config.imagesPath,
'consent_scren_' + count + '.png',
'consent_screen_' + count + '.png',
config.saveImages,
config.debugMode
);
Expand Down

0 comments on commit 41bbf0c

Please sign in to comment.