Commit 1939d017 authored by Rufo Sanchez's avatar Rufo Sanchez
Browse files

Fixed crazy-making typo on home page

...at least if you're a writing nerd :P "Bootstrap ships with vanilla CSS, but *its* source code..."
parent d79082aa
5 merge requests!28721Hot test,!16605Test pull please ignore,!22103test,!13946Fixed apostrophe typo on home page,!25326Adjust examples
Showing with 1 addition and 1 deletion
+1 -1
......@@ -26,7 +26,7 @@ title: Bootstrap
<div class="col-sm-4">
<img src="assets/img/sass-less.png" alt="Sass and Less support" class="img-responsive">
<h3>Preprocessors</h3>
<p>Bootstrap ships with vanilla CSS, but it's source code utilizes the two most popular CSS preprocessors, <a href="../css/#less">Less</a> and <a href="../css/#sass">Sass</a>. Quickly get started with precompiled CSS or build on the source.</p>
<p>Bootstrap ships with vanilla CSS, but its source code utilizes the two most popular CSS preprocessors, <a href="../css/#less">Less</a> and <a href="../css/#sass">Sass</a>. Quickly get started with precompiled CSS or build on the source.</p>
</div>
<div class="col-sm-4">
<img src="assets/img/devices.png" alt="Responsive across devices" class="img-responsive">
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment