Skip to content

Commit e49f159

Browse files
docs(dom-testing-library): Fix typo (#398)
1 parent 444ccf7 commit e49f159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dom-testing-library/api-helpers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ and add it here!
8787
getNodeText(node: HTMLElement)
8888
```
8989

90-
Returns the complete text content of a html element, removing any extra
90+
Returns the complete text content of an HTML element, removing any extra
9191
whitespace. The intention is to treat text in nodes exactly as how it is
9292
perceived by users in a browser, where any extra whitespace within words in the
9393
html code is not meaningful when the text is rendered.

0 commit comments

Comments
 (0)