Skip to content

Commit

Permalink
fix(standards): fix address typo in html-elms.js (#3418)
Browse files Browse the repository at this point in the history
closes #3417

fix 'addres' to 'address'
  • Loading branch information
scottaohara authored and straker committed May 12, 2022
1 parent 6755e89 commit f235cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/standards/html-elms.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const htmlElms = {
contentTypes: ['phrasing', 'flow'],
allowedRoles: true
},
addres: {
address: {
contentTypes: ['flow'],
allowedRoles: true
},
Expand Down

0 comments on commit f235cc7

Please sign in to comment.