Skip to content

Commit 181d17c

Browse files
committed
fixed some typos
1 parent 542b865 commit 181d17c

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ Thumbs.db
2929
nbproject
3030
*.sublime-project
3131
*.sublime-workspace
32+
.brofile

server/documents/collections/grid.html.eco

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ themes : ['Default']
752752
<h4 class="ui header">
753753
Equal Width
754754
</h4>
755-
<p>A row can automatically resize all elements to split the available width evenly</p>
755+
<p>A grid can automatically resize all elements to split the available width evenly</p>
756756
<div class="ui equal width grid">
757757
<div class="column">
758758
<div class="ui segment">
@@ -813,7 +813,7 @@ themes : ['Default']
813813
<h4 class="ui header">
814814
Stretched
815815
</h4>
816-
<p>An can stretch its contents to take up the entire column height</p>
816+
<p>A row can stretch its contents to take up the entire column height</p>
817817
<div class="ui three column divided grid">
818818
<div class="stretched row">
819819
<div class="column">
@@ -972,7 +972,7 @@ themes : ['Default']
972972

973973
<div class="example" data-use-content="true">
974974
<h4 class="ui header">Colored</h4>
975-
<p>A grid row or column can be colored</p>
975+
<p>A row or column can be colored</p>
976976
<div class="ui five column padded grid">
977977
<div class="red column">Red</div>
978978
<div class="orange column">Orange</div>

0 commit comments

Comments
 (0)