Skip to content

Commit b0e813d

Browse files
committed
Merge pull request #95 from Ranhiru/fixing-spelling-errors
Fixed some more spelling errors
2 parents 143bbe5 + 62bc0e1 commit b0e813d

19 files changed

Lines changed: 27 additions & 27 deletions

server/documents/behaviors/api.html.eco

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ type : 'UI Behavior'
598598
<div class="code" data-type="json" data-title="Example Server Response">
599599
{
600600
"success": true,
601-
"message": "We've retreived your data from the server"
601+
"message": "We've retrieved your data from the server"
602602
"data": {
603603
// payload here
604604
}
@@ -1075,7 +1075,7 @@ type : 'UI Behavior'
10751075
<tr>
10761076
<td>mockResponseAsync(settings, callback)</td>
10771077
<td>false</td>
1078-
<td>When specified, this function can be used to retreive content from a server and return it asynchronously <b>instead of</b> a standard AJAX call. The callback function should return the server response.</td>
1078+
<td>When specified, this function can be used to retrieve content from a server and return it asynchronously <b>instead of</b> a standard AJAX call. The callback function should return the server response.</td>
10791079
<td>function or false</td>
10801080
</tr>
10811081
<tr>

server/documents/behaviors/visibility.html.eco

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ type : 'UI Behavior'
187187

188188
<p>Visibility's default settings will only have each callback occur <b>the first time</b> which the conditions are met. On subsequent occurences the event will not fire.</p>
189189

190-
<p>Setting <code>continuous: true</code> will make the callback fire <b>anytime the callback contitions are met</b>. So for example if you set a "top visible" callback, this callback will fire with each change in scroll when the top is visible on the page.</p>
190+
<p>Setting <code>continuous: true</code> will make the callback fire <b>anytime the callback conditions are met</b>. So for example if you set a "top visible" callback, this callback will fire with each change in scroll when the top is visible on the page.</p>
191191

192192
<p>Setting <code>once: false</code> will make the callback fire each time a callback <b>becomes true</b>. So, using the same "top visible" example, the callback will fire each time the top of an element is passed. Even if you scroll back up and pass the element again</p>
193193

server/documents/collections/grid.html.eco

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ themes : ['Default']
6262
<div class="highlighted example" data-use-content="true" data-class="row">
6363
<h4 class="ui header">Rows</h4>
6464
<p>Rows are groups of columns which are aligned horizontally.</p>
65-
<p>Rows can either be <em>explicit</em>, marked with an additional <code>row</code> element, or <em>implicit</em>, automatically occuring when no more space is left in a previous row.
65+
<p>Rows can either be <em>explicit</em>, marked with an additional <code>row</code> element, or <em>implicit</em>, automatically occurring when no more space is left in a previous row.
6666
</p>
6767
<p>After each group of columns vertical spacing is added to separate each group of columns, creating vertical rhythm.
6868
<div class="ui four column grid">

server/documents/collections/table.html.eco

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,7 @@ themes : ['Default', 'Basic', 'Classic']
935935
<div class="ui ignored warning icon message">
936936
<i class="warning icon"></i>
937937
<div class="content">
938-
To ensure icons don't wrap to a seperate line you must either specify collapsing on the widest row in the collapsing column, or on all rows
938+
To ensure icons don't wrap to a separate line you must either specify collapsing on the widest row in the collapsing column, or on all rows
939939
</div>
940940
</div>
941941

server/documents/elements/icon.html.eco

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ element : 'icon'
77
elementType : 'element'
88

99
title : 'Icon'
10-
description : 'An icon is a glyph used to respresent something else'
10+
description : 'An icon is a glyph used to represent something else'
1111
type : 'UI Element'
1212

1313
themes : ['Default']

server/documents/globals/reset.html.eco

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ element : 'reset'
55
elementType : 'global'
66

77
title : 'Reset'
8-
description : 'A reset is a set of normalized values for CSS properties that correct for abberations in browser defaults'
8+
description : 'A reset is a set of normalized values for CSS properties that correct for aberations in browser defaults'
99
type : 'UI Global'
1010

1111
themes : ['Default', 'Basic', 'Resetcss']
@@ -440,7 +440,7 @@ themes : ['Default', 'Basic', 'Resetcss']
440440
<td>$10.00</td>
441441
</tr>
442442
<tr>
443-
<td>Band of Gypsys</td>
443+
<td>Band of Gypsies</td>
444444
<td>1970</td>
445445
<td>$12.00</td>
446446
</tr>

server/documents/index.html.eco

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,7 @@ standalone : true
973973
<img class="ui icon image" src="/images/icons/mobile.png">
974974
Responsively Designed
975975
</h2>
976-
<p>Semantic is <b>designed completely with em</b> making reponsive sizing a breeze. Design <em>variations</em> built into elements allow you to make the choice how content adjusts for tablet and mobile.</p>
976+
<p>Semantic is <b>designed completely with em</b> making responsive sizing a breeze. Design <em>variations</em> built into elements allow you to make the choice how content adjusts for tablet and mobile.</p>
977977
<a class="ui large button" href="/usage/layout.html">Responsive Examples</a>
978978
</div>
979979
<div class="column">

server/documents/introduction/advanced-usage.html.eco

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ type : 'Introduction'
8282
<div class="no example">
8383
<h4>Importing Semantic</h4>
8484
<p><code>semantic.less</code> is available in all releases as an entry point for importing multiple components from other LESS files.</p>
85-
<div class="ignored code" data-type="LESS" data-title="Importing LESSS">
85+
<div class="ignored code" data-type="LESS" data-title="Importing LESS">
8686
/* Import all components */
8787
@import 'src/semantic';
8888
</div>

server/documents/introduction/glossary.html.eco

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ type : 'Introduction'
3535
<tr>
3636
<td>Collection</td>
3737
<td>
38-
<p>Collections are heterogenous groups of components which are usually found together. They describe a list of "usual suspects" which appear in a certain context. They may include and extend other ui elements for use in certain contexts—for example <a href="/collections/form.html">form</a> may extend <a href="/modules/dropdown.html">dropdown</a> or <a href="/elements/input.html">input</a>—as well as include their own content.</p>
38+
<p>Collections are heterogeneous groups of components which are usually found together. They describe a list of "usual suspects" which appear in a certain context. They may include and extend other ui elements for use in certain contexts—for example <a href="/collections/form.html">form</a> may extend <a href="/modules/dropdown.html">dropdown</a> or <a href="/elements/input.html">input</a>—as well as include their own content.</p>
3939
</td>
4040
</tr>
4141
<tr>

server/documents/introduction/new.html.eco

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ type : 'Main'
602602
<h2 class="ui dividing header">Checkbox</h2>
603603

604604
<!-- <div class="indeterminate example">
605-
<h4 class="ui header">Progresssively Enhanced</h4>
605+
<h4 class="ui header">Progressively Enhanced</h4>
606606
<p><a href="/modules/checkbox.html">Checkboxes</a> now can work without javascript, although additional features are available with javascript use.</p>
607607

608608
<div class="ui checkbox">

0 commit comments

Comments
 (0)