Skip to content

Commit 7c0a46c

Browse files
authored
Update about.mdx (#1240)
1 parent 799b4b7 commit 7c0a46c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/queries/about.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,8 +306,8 @@ can contain options that affect the precision of string matching:
306306

307307
Before running any matching logic against text in the DOM, `DOM Testing Library`
308308
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.
309+
trimming whitespace from the start and end of text, and **collapsing multiple
310+
adjacent whitespace characters within the string into a single space**.
311311

312312
If you want to prevent that normalization, or provide alternative normalization
313313
(e.g. to remove Unicode control characters), you can provide a `normalizer`

0 commit comments

Comments
 (0)