Skip to content

Commit 338a38d

Browse files
chore: typo fix (#704)
Co-authored-by: Kent C. Dodds <[email protected]>
1 parent 62e5eb3 commit 338a38d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/role-helpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ function getRoles(container, {hidden = false} = {}) {
154154

155155
function prettyRoles(dom, {hidden}) {
156156
const roles = getRoles(dom, {hidden})
157-
//We prefer to skip generic role, we don't reccomand it
157+
// We prefer to skip generic role, we don't recommend it
158158
return Object.entries(roles)
159159
.filter(([role]) => role !== 'generic')
160160
.map(([role, elements]) => {

0 commit comments

Comments
 (0)