aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorM. Appelman <[email protected]>2018-01-22 22:04:36 -0800
committerXhmikosR <[email protected]>2018-01-23 08:04:36 +0200
commit3e2fbd5fb064b4ac06e4a48a5a167c17b62e5896 (patch)
tree5c294cb19b231869344fb93ec69bfaaa4b08cd3e /docs
parent96a9e98e49cdd32148981ef71617b1cfc6054470 (diff)
downloadbootstrap-3e2fbd5fb064b4ac06e4a48a5a167c17b62e5896.tar.xz
bootstrap-3e2fbd5fb064b4ac06e4a48a5a167c17b62e5896.zip
Fix typo in navs.md (#25404)
Diffstat (limited to 'docs')
-rw-r--r--docs/4.0/components/navs.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/components/navs.md b/docs/4.0/components/navs.md
index 9fa9d689c..5c750d8a0 100644
--- a/docs/4.0/components/navs.md
+++ b/docs/4.0/components/navs.md
@@ -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>