2 Small Typos

Added a missing quote on line 64 and a typo on line 271.

Signed-off-by: Sang-Min Yoon <SangMinYoon@Sang-Mins-MacBook-Pro.local>
This commit is contained in:
Sang-Min Yoon 2014-02-13 21:05:36 -05:00
parent d857949cfa
commit 4ed443ca79

View file

@ -61,7 +61,7 @@
<section>
<div class='container'>
<h1>A Fragmented World</h1>
<p><a href='http://opensignal.com/reports/fragmentation-2013/' target=_blank">As of 2013</a>, there are thousands of different devices and screen sizes that browse the
<p><a href='http://opensignal.com/reports/fragmentation-2013/' target="_blank">As of 2013</a>, there are thousands of different devices and screen sizes that browse the
internet, so it's impossible to design layouts to target them all. Instead, we must take a more fluid approach to
design.</p>
</div>
@ -268,7 +268,7 @@
<div class='container'>
<div class="circle">6</div>
<h1>Create Rows</h1>
<p>Columns are wrapped in rows to prevent other elements from stacking next to them, otherwise know as clearing
<p>Columns are wrapped in rows to prevent other elements from stacking next to them, otherwise known as clearing
issues. Rows are cleared with either a <code>clearfix</code> or <code>overflow: hidden</code>. This clearfix was
created by <a href="http://nicolasgallagher.com/micro-clearfix-hack/" target="_blank">Nicolas Gallagher</a>:</p>
<hr>