We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 799b4b7 commit 7c0a46cCopy full SHA for 7c0a46c
1 file changed
docs/queries/about.mdx
@@ -306,8 +306,8 @@ can contain options that affect the precision of string matching:
306
307
Before running any matching logic against text in the DOM, `DOM Testing Library`
308
automatically normalizes that text. By default, normalization consists of
309
-trimming whitespace from the start and end of text, and collapsing multiple
310
-adjacent whitespace characters into a single space.
+trimming whitespace from the start and end of text, and **collapsing multiple
+adjacent whitespace characters within the string into a single space**.
311
312
If you want to prevent that normalization, or provide alternative normalization
313
(e.g. to remove Unicode control characters), you can provide a `normalizer`
0 commit comments