Skip to content

Commit

Permalink
fix: typo in HTML5 slides
Browse files Browse the repository at this point in the history
Fix typo in the Text Inputs slide (slide 51) of the HTML5 slides.
  • Loading branch information
tomas-sucena authored Jun 6, 2024
1 parent 7ceef56 commit cc91fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markdown/html5.md
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,7 @@ There are several different types of inputs just for normal text entry.
* <a href="https://html.spec.whatwg.org/multipage/input.html#telephone-state-(type=tel)">tel</a>: input value is a telephone number
* <a href="https://html.spec.whatwg.org/multipage/input.html#text-(type=text)-state-and-search-state-(type=search)">search</a>: input value is used to perform a search
* <a href="https://html.spec.whatwg.org/multipage/input.html#url-state-(type=url)">url</a>: input value is an URL
* <a href="https://html.spec.whatwg.org/multipage/input.html#email-state-(type=email)">email</a>: input value is used an e-mail
* <a href="https://html.spec.whatwg.org/multipage/input.html#email-state-(type=email)">email</a>: input value is an e-mail address
]
Some browsers may use slightly different controls for each type.
Expand Down

0 comments on commit cc91fa0

Please sign in to comment.