aboutsummaryrefslogtreecommitdiff
path: root/css.html
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-08-05 10:50:23 -0700
committerChris Rebert <[email protected]>2013-08-05 10:50:23 -0700
commit7fe1c1d78dc5d92bf3199741ca6b56417217c289 (patch)
tree52560d66027faec9a50e432c9b8b24d2a6c2f158 /css.html
parent6af693d1602d9e4c052c23215ac3130580bfcb17 (diff)
parentea17069f6e5755d74a14496cdf56887857f08d57 (diff)
downloadbootstrap-7fe1c1d78dc5d92bf3199741ca6b56417217c289.tar.xz
bootstrap-7fe1c1d78dc5d92bf3199741ca6b56417217c289.zip
Merge pull request #9110 from chrisseaton/help-block-fix
Update css.html
Diffstat (limited to 'css.html')
-rw-r--r--css.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/css.html b/css.html
index 81fe3e8ee..096b9e505 100644
--- a/css.html
+++ b/css.html
@@ -1649,10 +1649,10 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
<p>Block level help text for form controls.</p>
<form class="bs-example">
<input type="text" class="form-control">
- <span class="help-block">A longer block of help text that breaks onto a new line and may extend beyond one line.</span>
+ <span class="help-block">A block of help text that breaks onto a new line and may extend beyond one line.</span>
</form>
{% highlight html %}
-<span class="help-block">A longer block of help text that breaks onto a new line and may extend beyond one line.</span>
+<span class="help-block">A block of help text that breaks onto a new line and may extend beyond one line.</span>
{% endhighlight %}
</div>