Skip to content

Commit ba1a687

Browse files
authored
Merge pull request #166 from huyenltnguyen/huyenltnguyen-patch-1
Fix a capitalization error
2 parents 14233c8 + 9cefbb8 commit ba1a687

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)