Skip to content

Commit 867e6a4

Browse files
authored
fix typos
1 parent ce1ca63 commit 867e6a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,15 @@ Defaults to `false`
7474
The default value for the `hidden` option used by
7575
[`getByRole`](api-queries.mdx#byrole). Defaults to `false`.
7676

77-
### showOriginalStackTrace`
77+
### `showOriginalStackTrace`
7878
By default, `waitFor` will ensure that the stack trace
7979
for errors thrown by Testing Library is cleaned up and shortened so it's easier
8080
for you to identify the part of your code that resulted in the error (async
8181
stack traces are hard to debug). If you want to disable this, then
8282
set`showOriginalStackTrace` to `false`. You can also disable this for a specific
8383
call in the options you pass to `waitFor`.
8484

85-
### `throwSuggestions`(experimental)
85+
### `throwSuggestions` (experimental)
8686
When enabled, if [better queries](https://testing-library.com/docs/guide-which-query) are
8787
available the test will fail and provide a suggested query to use instead.
8888
Default to `false`.

0 commit comments

Comments
 (0)