Skip to content

Commit 9aa8c2a

Browse files
author
Adam Morse
committed
Merge pull request tachyons-css#59 from James-Oldfield/spelling-correction
correcting spelling and fixing grammar via tachyons-css#57 and tachyons-css#55
2 parents cf52f88 + eabf5ed commit 9aa8c2a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/elements/images/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ <h4 class="f4 mv0 fw6 dib mr4">images</h4>
5858
<h2 class="f3 bold">Examples</h2>
5959
<h3 class="f5 book pt4 caps">Image</h3>
6060
<p class="measure lh-copy f5 f4-ns">
61-
This photo is more than 3000 pixels wide. The width is set to 100% to ensure it doesn't bleed off the viewport and always fills its container. In some situations, this will make the image stretch to be larger than it's actual width. To avoid the image stretching past it's width, set max-width instead.
61+
This photo is more than 3000 pixels wide. The width is set to 100% to ensure it doesn't bleed off the viewport and always fills its container. In some situations, this will make the image stretch to be larger than its actual width. To avoid the image stretching past its width, set max-width instead.
6262
</p>
6363
<code class="f6 db mv3">&lt;img src="/img/over-canvas.jpg" class="w-100" alt="night sky over land"&gt;</code>
6464
<img src="/img/over-canvas.jpg" class="w-100" alt="night sky over land">
6565
<p class="f5 f4-ns lh-copy measure mt4">
66-
The image below is 720 pixels wide, it will fill it's container until the container is wider than 720 pixels.
66+
The image below is 720 pixels wide, it will fill its container until the container is wider than 720 pixels.
6767
</p>
6868
<code class="f6 db mv3">&lt;img src="/img/under-canvas.jpg" class="mw-100" alt="night sky over water"&gt;</code>
6969
<img src="/img/under-canvas.jpg" class="db mw-100" alt="night sky over water">

docs/layout/floats/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ <h4 class="f4 mv0 fw6 dib mr4">tachyons-floats</h4>
8080
<p class="measure f4 lh-copy">
8181
Floats may be set on any element, but it will only affect elements
8282
that aren't absolutely positioned. When you float an element
83-
you inherintly set it's display to block.
83+
you inherently set its display to block.
8484
</p>
8585
<p class="measure f4 lh-copy">
8686
There are only three values that can be declared for float: left, right, or none.

src/templates/docs/floats/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h4 class="f4 mv0 fw6 dib mr4"><%= name %></h4>
3939
<p class="measure f4 lh-copy">
4040
Floats may be set on any element, but it will only affect elements
4141
that aren't absolutely positioned. When you float an element
42-
you inherintly set it's display to block.
42+
you inherently set its display to block.
4343
</p>
4444
<p class="measure f4 lh-copy">
4545
There are only three values that can be declared for float: left, right, or none.

src/templates/docs/images/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ <h4 class="f4 mv0 fw6 dib mr4">images</h4>
1717
<h2 class="f3 bold">Examples</h2>
1818
<h3 class="f5 book pt4 caps">Image</h3>
1919
<p class="measure lh-copy f5 f4-ns">
20-
This photo is more than 3000 pixels wide. The width is set to 100% to ensure it doesn't bleed off the viewport and always fills its container. In some situations, this will make the image stretch to be larger than it's actual width. To avoid the image stretching past it's width, set max-width instead.
20+
This photo is more than 3000 pixels wide. The width is set to 100% to ensure it doesn't bleed off the viewport and always fills its container. In some situations, this will make the image stretch to be larger than its actual width. To avoid the image stretching past its width, set max-width instead.
2121
</p>
2222
<code class="f6 db mv3">&lt;img src="/img/over-canvas.jpg" class="w-100" alt="night sky over land"&gt;</code>
2323
<img src="/img/over-canvas.jpg" class="w-100" alt="night sky over land">
2424
<p class="f5 f4-ns lh-copy measure mt4">
25-
The image below is 720 pixels wide, it will fill it's container until the container is wider than 720 pixels.
25+
The image below is 720 pixels wide, it will fill its container until the container is wider than 720 pixels.
2626
</p>
2727
<code class="f6 db mv3">&lt;img src="/img/under-canvas.jpg" class="mw-100" alt="night sky over water"&gt;</code>
2828
<img src="/img/under-canvas.jpg" class="db mw-100" alt="night sky over water">

0 commit comments

Comments
 (0)