Skip to content

Commit 9cefbb8

Browse files
Fix a capitalization error
1 parent 92a003c commit 9cefbb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ case, you can provide a `selector` in the options:
140140

141141
```js
142142
const container = document.body
143-
const inputNode = getByLabelText(container, 'username', {
143+
const inputNode = getByLabelText(container, 'Username', {
144144
selector: 'input',
145145
})
146146
```

0 commit comments

Comments
 (0)