We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 444ccf7 commit e49f159Copy full SHA for e49f159
docs/dom-testing-library/api-helpers.md
@@ -87,7 +87,7 @@ and add it here!
87
getNodeText(node: HTMLElement)
88
```
89
90
-Returns the complete text content of a html element, removing any extra
+Returns the complete text content of an HTML element, removing any extra
91
whitespace. The intention is to treat text in nodes exactly as how it is
92
perceived by users in a browser, where any extra whitespace within words in the
93
html code is not meaningful when the text is rendered.
0 commit comments