From 4b7bfc1cc1d0fc59447334852d3fd60437708aa9 Mon Sep 17 00:00:00 2001 From: Abhishek Rawat <47311875+AbePlays@users.noreply.github.com> Date: Tue, 15 Nov 2022 23:11:10 +0530 Subject: [PATCH] fix: fixed typo in findAllBy docs (#211) --- types/index.d.ts | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/types/index.d.ts b/types/index.d.ts index dd0bfd6..6360b9a 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -30,7 +30,7 @@ declare global { * dom-testing-library helpers for Cypress * * `findBy*` APIs search for an element and throw an error if nothing found - * `findAllBy*` APIs search for all elements and an error if nothing found + * `findAllBy*` APIs search for all elements and throw an error if nothing found * * @see https://github.com/testing-library/cypress-testing-library#usage * @see https://github.com/testing-library/dom-testing-library#table-of-contents @@ -44,7 +44,7 @@ declare global { * dom-testing-library helpers for Cypress * * `findBy*` APIs search for an element and throw an error if nothing found - * `findAllBy*` APIs search for all elements and an error if nothing found + * `findAllBy*` APIs search for all elements and throw an error if nothing found * * @see https://github.com/testing-library/cypress-testing-library#usage * @see https://github.com/testing-library/dom-testing-library#table-of-contents @@ -58,7 +58,7 @@ declare global { * dom-testing-library helpers for Cypress * * `findBy*` APIs search for an element and throw an error if nothing found - * `findAllBy*` APIs search for all elements and an error if nothing found + * `findAllBy*` APIs search for all elements and throw an error if nothing found * * @see https://github.com/testing-library/cypress-testing-library#usage * @see https://github.com/testing-library/dom-testing-library#table-of-contents @@ -72,7 +72,7 @@ declare global { * dom-testing-library helpers for Cypress * * `findBy*` APIs search for an element and throw an error if nothing found - * `findAllBy*` APIs search for all elements and an error if nothing found + * `findAllBy*` APIs search for all elements and throw an error if nothing found * * @see https://github.com/testing-library/cypress-testing-library#usage * @see https://github.com/testing-library/dom-testing-library#table-of-contents @@ -86,7 +86,7 @@ declare global { * dom-testing-library helpers for Cypress * * `findBy*` APIs search for an element and throw an error if nothing found - * `findAllBy*` APIs search for all elements and an error if nothing found + * `findAllBy*` APIs search for all elements and throw an error if nothing found * * @see https://github.com/testing-library/cypress-testing-library#usage * @see https://github.com/testing-library/dom-testing-library#table-of-contents @@ -100,7 +100,7 @@ declare global { * dom-testing-library helpers for Cypress * * `findBy*` APIs search for an element and throw an error if nothing found - * `findAllBy*` APIs search for all elements and an error if nothing found + * `findAllBy*` APIs search for all elements and throw an error if nothing found * * @see https://github.com/testing-library/cypress-testing-library#usage * @see https://github.com/testing-library/dom-testing-library#table-of-contents @@ -114,7 +114,7 @@ declare global { * dom-testing-library helpers for Cypress * * `findBy*` APIs search for an element and throw an error if nothing found - * `findAllBy*` APIs search for all elements and an error if nothing found + * `findAllBy*` APIs search for all elements and throw an error if nothing found * * @see https://github.com/testing-library/cypress-testing-library#usage * @see https://github.com/testing-library/dom-testing-library#table-of-contents @@ -125,7 +125,7 @@ declare global { * dom-testing-library helpers for Cypress * * `findBy*` APIs search for an element and throw an error if nothing found - * `findAllBy*` APIs search for all elements and an error if nothing found + * `findAllBy*` APIs search for all elements and throw an error if nothing found * * @see https://github.com/testing-library/cypress-testing-library#usage * @see https://github.com/testing-library/dom-testing-library#table-of-contents @@ -136,7 +136,7 @@ declare global { * dom-testing-library helpers for Cypress * * `findBy*` APIs search for an element and throw an error if nothing found - * `findAllBy*` APIs search for all elements and an error if nothing found + * `findAllBy*` APIs search for all elements and throw an error if nothing found * * @see https://github.com/testing-library/cypress-testing-library#usage * @see https://github.com/testing-library/dom-testing-library#table-of-contents @@ -147,7 +147,7 @@ declare global { * dom-testing-library helpers for Cypress * * `findBy*` APIs search for an element and throw an error if nothing found - * `findAllBy*` APIs search for all elements and an error if nothing found + * `findAllBy*` APIs search for all elements and throw an error if nothing found * * @see https://github.com/testing-library/cypress-testing-library#usage * @see https://github.com/testing-library/dom-testing-library#table-of-contents @@ -158,7 +158,7 @@ declare global { * dom-testing-library helpers for Cypress * * `findBy*` APIs search for an element and throw an error if nothing found - * `findAllBy*` APIs search for all elements and an error if nothing found + * `findAllBy*` APIs search for all elements and throw an error if nothing found * * @see https://github.com/testing-library/cypress-testing-library#usage * @see https://github.com/testing-library/dom-testing-library#table-of-contents @@ -169,7 +169,7 @@ declare global { * dom-testing-library helpers for Cypress * * `findBy*` APIs search for an element and throw an error if nothing found - * `findAllBy*` APIs search for all elements and an error if nothing found + * `findAllBy*` APIs search for all elements and throw an error if nothing found * * @see https://github.com/testing-library/cypress-testing-library#usage * @see https://github.com/testing-library/dom-testing-library#table-of-contents @@ -180,7 +180,7 @@ declare global { * dom-testing-library helpers for Cypress * * `findBy*` APIs search for an element and throw an error if nothing found - * `findAllBy*` APIs search for all elements and an error if nothing found + * `findAllBy*` APIs search for all elements and throw an error if nothing found * * @see https://github.com/testing-library/cypress-testing-library#usage * @see https://github.com/testing-library/dom-testing-library#table-of-contents @@ -194,7 +194,7 @@ declare global { * dom-testing-library helpers for Cypress * * `findBy*` APIs search for an element and throw an error if nothing found - * `findAllBy*` APIs search for all elements and an error if nothing found + * `findAllBy*` APIs search for all elements and throw an error if nothing found * * @see https://github.com/testing-library/cypress-testing-library#usage * @see https://github.com/testing-library/dom-testing-library#table-of-contents @@ -208,7 +208,7 @@ declare global { * dom-testing-library helpers for Cypress * * `findBy*` APIs search for an element and throw an error if nothing found - * `findAllBy*` APIs search for all elements and an error if nothing found + * `findAllBy*` APIs search for all elements and throw an error if nothing found * * @see https://github.com/testing-library/cypress-testing-library#usage * @see https://github.com/testing-library/dom-testing-library#table-of-contents @@ -219,7 +219,7 @@ declare global { * dom-testing-library helpers for Cypress * * `findBy*` APIs search for an element and throw an error if nothing found - * `findAllBy*` APIs search for all elements and an error if nothing found + * `findAllBy*` APIs search for all elements and throw an error if nothing found * * @see https://github.com/testing-library/cypress-testing-library#usage * @see https://github.com/testing-library/dom-testing-library#table-of-contents