Skip to content

Commit 68ad33c

Browse files
committed
Fix typos
1 parent 28a1eae commit 68ad33c

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

server/documents/modules/dropdown.html.eco

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1470,7 +1470,7 @@ themes : ['Default', 'GitHub', 'Material']
14701470

14711471
<div class="upward example">
14721472
<h4 class="ui header">Upward</h4>
1473-
<p>A dropdown menu will automatically change which direction it opens if it cant fit on screen. If you need a dropdown to open in a specific direction you can specify it when initializing a dropdown.</p>
1473+
<p>A dropdown menu will automatically change which direction it opens if it can't fit on screen. If you need a dropdown to open in a specific direction you can specify it when initializing a dropdown.</p>
14741474
<div class="code" data-demo="true">
14751475
$('.upward.example .dropdown')
14761476
.dropdown({
@@ -2840,4 +2840,3 @@ themes : ['Default', 'GitHub', 'Material']
28402840
</div>
28412841

28422842
</div>
2843-

server/documents/modules/sticky.html.eco

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ type : 'UI Module'
115115

116116
<p>Sticky content that is larger than the viewport will automatically scroll independently from the context, shifting scroll direction at any time will also immediately adjust the scroll position of the fixed content.</p>
117117

118-
<p>This behavior makes sure users aren't required to navigate all the way to the top of the context element to see content that cant fit on-screen inside the sticky element.</p>
118+
<p>This behavior makes sure users aren't required to navigate all the way to the top of the context element to see content that can't fit on-screen inside the sticky element.</p>
119119

120120
<div class="code" data-type="javascript">
121121
$('.ui.sticky')

0 commit comments

Comments
 (0)