Skip to content

Commit 775e86f

Browse files
committed
Merge branch 'master' of github.com:Semantic-Org/Semantic-UI-Docs into next
2 parents f1d8145 + 44e1362 commit 775e86f

5 files changed

Lines changed: 15 additions & 7 deletions

File tree

server/documents/collections/grid.html.eco

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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">

server/documents/collections/menu.html.eco

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ themes : ['Default', 'Chubby', 'GitHub', 'Material']
209209

210210
<div class="example">
211211
<h4 class="ui header">Tabular</h4>
212-
<p>A message can be formatted to show tabs of information</p>
212+
<p>A menu can be formatted to show tabs of information</p>
213213
<div class="ui ignored info message">
214214
Be sure to visit the <a href="/modules/tab.html">tab documentation</a> for information on how to set up dynamic tabs
215215
</div>

server/documents/elements/flag.html.eco

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,18 @@ type : 'UI Element'
498498
<td>gb</td>
499499
<td class="disabled"></td>
500500
</tr>
501+
<tr>
502+
<td><i class="scotland flag"></i></td>
503+
<td>Scotland</td>
504+
<td>gb sct</td>
505+
<td class="disabled"></td>
506+
</tr>
507+
<tr>
508+
<td><i class="wales flag"></i></td>
509+
<td>Wales</td>
510+
<td>gb wls</td>
511+
<td class="disabled"></td>
512+
</tr>
501513
<tr>
502514
<td><i class="grenada flag"></i></td>
503515
<td>Grenada</td>

server/documents/elements/icon.html.eco

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1087,7 +1087,7 @@ themes : ['Default']
10871087
<div class="column"><i class="text height icon"></i>Text Height</div>
10881088
<div class="column"><i class="text width icon"></i>Text Width</div>
10891089
<div class="column"><i class="underline icon"></i>Underline</div>
1090-
<div class="column"><i class="unlinkify icon"></i>Unlink</div>
1090+
<div class="column"><i class="unlinkify icon"></i>Unlinkify</div>
10911091
<div class="column"><i class="unordered list icon"></i>Unordered List</div>
10921092
</div>
10931093
<div class="existing code">

server/documents/modules/transition.html.eco

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -603,10 +603,6 @@ type : 'UI Module'
603603
<td>is supported</td>
604604
<td>Returns whether animations are supported</td>
605605
</tr>
606-
<tr>
607-
<td>is visible</td>
608-
<td>Returns whether element is visible</td>
609-
</tr>
610606
</tbody>
611607
</table>
612608
</div>

0 commit comments

Comments
 (0)