diff --git a/markdown/html5.md b/markdown/html5.md
index 5773fcd..bf4da0e 100644
--- a/markdown/html5.md
+++ b/markdown/html5.md
@@ -982,7 +982,7 @@ There are several different types of inputs just for normal text entry.
* tel: input value is a telephone number
* search: input value is used to perform a search
* url: input value is an URL
-* email: input value is used an e-mail
+* email: input value is an e-mail address
]
Some browsers may use slightly different controls for each type.
@@ -1092,7 +1092,7 @@ How do you get to school?
# Radio Button
-* A radio allows the selecting one form several choices.
+* A radio allows selecting **one** from several choices.
* If a radio button is **selected**, then its name/value pair is submitted to the server.
* If a radio button is **not selected**, nothing is submitted.
* If two radio buttons have the **same name**, then only one can be selected; they form a selection group.