Skip to content

Commit

Permalink
Editorial: add missing semicolon in enterkeyhint attribute value list
Browse files Browse the repository at this point in the history
  • Loading branch information
golightlyb authored and domenic committed May 20, 2019
1 parent 5d04057 commit 43c0178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source
Expand Up @@ -120642,7 +120642,7 @@ interface <dfn>External</dfn> {
"<code data-x="attr-enterkeyhint-keyword-go">go</code>";
"<code data-x="attr-enterkeyhint-keyword-next">next</code>";
"<code data-x="attr-enterkeyhint-keyword-previous">previous</code>";
"<code data-x="attr-enterkeyhint-keyword-search">search</code>"
"<code data-x="attr-enterkeyhint-keyword-search">search</code>";
"<code data-x="attr-enterkeyhint-keyword-send">send</code>"
<tr>
<th> <code data-x="">for</code>
Expand Down

0 comments on commit 43c0178

Please sign in to comment.