aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-07-07 00:04:14 -0700
committerChris Rebert <[email protected]>2014-07-07 00:04:14 -0700
commitddffe769613dd94c7125e3a7a2546cc706f5e2b5 (patch)
treeb1ad17c54b437a21be2b750aa5e586b0a0a3d406 /docs
parent117ca8167a9ca919c38443ce7cc4643a73cc999d (diff)
downloadbootstrap-ddffe769613dd94c7125e3a7a2546cc706f5e2b5.tar.xz
bootstrap-ddffe769613dd94c7125e3a7a2546cc706f5e2b5.zip
grammar fix; indicate that img[src] shouldn't actually be empty
Diffstat (limited to 'docs')
-rw-r--r--docs/_includes/components/navbar.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_includes/components/navbar.html b/docs/_includes/components/navbar.html
index 560eca8a7..7fa098c09 100644
--- a/docs/_includes/components/navbar.html
+++ b/docs/_includes/components/navbar.html
@@ -145,7 +145,7 @@
<h2 id="navbar-brand-image">Brand image</h2>
- <p>Replace the navbar brand with your own image by swapping the text for an <code>&lt;img&gt;</code>. Since the <code>.navbar-brand</code> has it's own padding and height, you may need to override some CSS depending on your image.</p>
+ <p>Replace the navbar brand with your own image by swapping the text for an <code>&lt;img&gt;</code>. Since the <code>.navbar-brand</code> has its own padding and height, you may need to override some CSS depending on your image.</p>
<div class="bs-example">
<nav class="navbar navbar-default" role="navigation">
<div class="container-fluid">
@@ -162,7 +162,7 @@
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="#">
- <img alt="Brand" src="">
+ <img alt="Brand" src="...">
</a>
</div>
</div>