]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix typo in navs.md (#25404)
authorM. Appelman <huphtur@gmail.com>
Tue, 23 Jan 2018 06:04:36 +0000 (22:04 -0800)
committerXhmikosR <xhmikosr@gmail.com>
Tue, 23 Jan 2018 06:04:36 +0000 (08:04 +0200)
docs/4.0/components/navs.md

index 9fa9d689c2ca3d8b8d24ce3669b6ee81323fa164..5c750d8a0530b070226667e7eb4b978ecc6fde98 100644 (file)
@@ -347,7 +347,7 @@ Note that dynamic tabbed interfaces should <em>not</em> contain dropdown menus,
 </div>
 {% endhighlight %}
 
-To help fit your needs, this works with `<ul>`-based markup, as shown above, or with any arbitrary "roll your own" markup. Note that if you're using `<nav>`, you shouldn't add `role="tablist"` directly to it, as this would override the element's native role as a navigation landmark. Instead, switch to an alternative element (in the exammple below, a simple `<div>`) and wrap the `<nav>` around it.
+To help fit your needs, this works with `<ul>`-based markup, as shown above, or with any arbitrary "roll your own" markup. Note that if you're using `<nav>`, you shouldn't add `role="tablist"` directly to it, as this would override the element's native role as a navigation landmark. Instead, switch to an alternative element (in the example below, a simple `<div>`) and wrap the `<nav>` around it.
 
 <div class="bd-example bd-example-tabs">
   <nav>