diff --git a/techniques/general/G224.html b/techniques/general/G224.html index c7a4bef11a..56a15c532b 100644 --- a/techniques/general/G224.html +++ b/techniques/general/G224.html @@ -31,7 +31,7 @@

Examples

<p>Make a list using one of the HTML list elements, or even an ARIA <code>role=list</code> container.</p> <ul> <li> - <p>There are three types of lists in HTML which can contain list items (<code>li</code> elements.</p> + <p>There are three types of lists in HTML which can contain list items (<code>li</code> elements).</p> <ul> <li><p>the <code>ul</code> element</li> <li><p>the <code>ol</code> element</li>