From 21ea6eaa9ef8ab3bced6d4fa56fad774729fcad2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20=28Greg=29=20Zi=C3=B3=C5=82kowski?= Date: Thu, 18 Apr 2019 16:09:18 +0200 Subject: [PATCH] Update index.js --- packages/jest-puppeteer-axe/src/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/jest-puppeteer-axe/src/index.js b/packages/jest-puppeteer-axe/src/index.js index ee736ef43f1d0..336cec9bcf816 100644 --- a/packages/jest-puppeteer-axe/src/index.js +++ b/packages/jest-puppeteer-axe/src/index.js @@ -55,9 +55,9 @@ function formatViolations( violations ) { * * @param {Page} page Puppeteer's page instance. * @param {?Object} params Optional Axe API options. - * @param {?string|Array} params.include CSS selector to add to the list of elements + * @param {?string|Array} params.include CSS selector(s) to add to the list of elements * to include in analysis. - * @param {?string|Array} params.exclude CSS selector to add to the list of elements + * @param {?string|Array} params.exclude CSS selector(s) to add to the list of elements * to exclude from analysis. * @param {?Array} params.disabledRules The list of Axe rules to skip from verification. *