Skip to content

Commit

Permalink
Fix typo in level2/html.js (#3222)
Browse files Browse the repository at this point in the history
  • Loading branch information
eltociear committed Jul 18, 2021
1 parent c9896c0 commit a7febe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/to-port-to-wpts/level2/html.js
Expand Up @@ -10950,7 +10950,7 @@ describe("level2/html", { skipIfBrowser: true }, () => {

/**
*
Removes a non-existant option using HTMLSelectElement.remove.
Removes a non-existent option using HTMLSelectElement.remove.
* @author Curt Arnold
* @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-html#ID-33404570
*/
Expand Down

0 comments on commit a7febe3

Please sign in to comment.