Skip to content

Commit 2fe7629

Browse files
Fix typo in bylabeltext (#764)
1 parent aeee390 commit 2fe7629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/queries/bylabeltext.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ cy.findByLabelText('username').should('exist')
8888

8989
### `name`
9090

91-
The example above NOT find the input node for label text broken up by elements.
91+
The example above does NOT find the input node for label text broken up by elements.
9292
You can use `getByRole('textbox', { name: 'Username' })` instead which is robust
9393
against switching to `aria-label` or `aria-labelledby`.
9494

0 commit comments

Comments
 (0)