Skip to content

Commit ac38c22

Browse files
author
Lachlan Campbell
committed
remove apostrophe
1 parent 1ce16e4 commit ac38c22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/layout/position/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ <h3 class="f5 book pt4 caps">Position Relative + Absolute</h3>
116116
<div class="relative bg-black-10 h5 mbm br2">
117117
<div class="absolute top-1 left-1 right-2 bottom-2 white bg-black-50 br2">
118118
<p class="measure lh-copy ph3">
119-
This is an absolutely positioned element set to have offsets of top and left to 1rem with right and bottom offset by 2rem. It's parent with the light gray background is set to position relative.
119+
This is an absolutely positioned element set to have offsets of top and left to 1rem with right and bottom offset by 2rem. Its parent with the light gray background is set to position relative.
120120
</p>
121121
</div>
122122
</div>

src/templates/docs/position/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ <h3 class="f5 book pt4 caps">Position Relative + Absolute</h3>
8080
<div class="relative bg-black-10 h5 mbm br2">
8181
<div class="absolute top-1 left-1 right-2 bottom-2 white bg-black-50 br2">
8282
<p class="measure lh-copy ph3">
83-
This is an absolutely positioned element set to have offsets of top and left to 1rem with right and bottom offset by 2rem. It's parent with the light gray background is set to position relative.
83+
This is an absolutely positioned element set to have offsets of top and left to 1rem with right and bottom offset by 2rem. Its parent with the light gray background is set to position relative.
8484
</p>
8585
</div>
8686
</div>

0 commit comments

Comments
 (0)