Skip to content

Commit 3b58ecd

Browse files
Update docs/dom-testing-library/api-configuration.mdx
Co-authored-by: Tim Deschryver <[email protected]>
1 parent 34d1740 commit 3b58ecd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/dom-testing-library/api-configuration.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@ screen.getByTestId('foo', {suggest: false}) // will not throw a suggestion
132132

133133
:::note
134134

135-
When this option is enabled, the library may provide suggestions that lack an
136-
intuitive implementation, this typically occurs for
137-
[roles which can not be named](https://w3c.github.io/aria/#namefromprohibited),
135+
When this option is enabled, it may provide suggestions that lack an
136+
intuitive implementation. Typically this happens for
137+
[roles which cannot be named](https://w3c.github.io/aria/#namefromprohibited),
138138
most notably paragraphs. For instance, if you attempt to use
139139
[`getByText`](queries/bytext.mdx), you may encounter the following error:
140140

0 commit comments

Comments
 (0)