Skip to content

Commit 3be57c3

Browse files
Update src/config.ts
Co-authored-by: Sebastian Silbermann <silbermann.sebastian@gmail.com>
1 parent 0b3d36e commit 3be57c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ let config: InternalConfig = {
4949
message,
5050
prettyDOM(container),
5151
playgroundUrl &&
52-
`Open this DOM in the Testing-Library Playground:\n${playgroundUrl}`,
52+
`Open this markup in the Testing-Library Playground:\n${playgroundUrl}`,
5353
]
5454
.filter(Boolean)
5555
.join('\n\n'),

0 commit comments

Comments
 (0)