Skip to content

Commit 3a12c75

Browse files
authored
Merge pull request #298 from dijonkitchen/fix-typos
Fix typos
2 parents 02ff6c3 + 68ad33c commit 3a12c75

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
@@ -1386,7 +1386,7 @@ themes : ['Default', 'GitHub', 'Material']
13861386

13871387
<div class="upward example">
13881388
<h4 class="ui header">Upward</h4>
1389-
<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>
1389+
<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>
13901390
<div class="code" data-demo="true">
13911391
$('.upward.example .dropdown')
13921392
.dropdown({
@@ -2943,4 +2943,3 @@ themes : ['Default', 'GitHub', 'Material']
29432943
</div>
29442944

29452945
</div>
2946-

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)