Skip to content

Commit 6e53d1b

Browse files
authored
Merge pull request #194 from ludbek/typos
fixed some typos
2 parents a24b320 + 181d17c commit 6e53d1b

2 files changed

Lines changed: 3 additions & 2 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: 2 additions & 2 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">
@@ -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)