Skip to content

Commit 603c9dc

Browse files
committed
fixed typo in password-selector entry
1 parent 3c5926c commit 603c9dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/password-selector.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ $( "form" ).submit(function() {
4343
<input type="submit">
4444
<input type="text">
4545
<select>
46-
<option>Option<option/>
46+
<option>Option</option>
4747
</select>
4848
<textarea></textarea>
4949
<button>Button</button>

0 commit comments

Comments
 (0)