From f1e9808d0cdbd39b5c02f124c32085ad1063b530 Mon Sep 17 00:00:00 2001 From: Michael Edlinger Date: Wed, 3 May 2017 20:34:44 -0600 Subject: [PATCH] small grammatical fix --- docs/navigation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/navigation.html b/docs/navigation.html index 6812fb7..346a551 100644 --- a/docs/navigation.html +++ b/docs/navigation.html @@ -144,7 +144,7 @@ <a href="#" class="logo">Logo</a> <a href="#">Link</a> </header> -

Don't: The .logo element should neither be a <button> or a .button element nor have the role="button" attribute. On the other hand, links and labels in the <header> should not be without a .button class or a role="button" attribute. Ignoring this rule might cause unexpected behavior.

+

Don't: The .logo element should neither be a <button> nor a .button element nor have the role="button" attribute. On the other hand, links and labels in the <header> should not be without a .button class or a role="button" attribute. Ignoring this rule might cause unexpected behavior.