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 Mar 22, 2022
1 parent 814d180 commit ce56e0d
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 ce56e0d

Please sign in to comment.