Skip to content

Commit 19e1b5a

Browse files
authored
Merge pull request Semantic-Org#393 from ozzywalsh/patch-1
Fix typo in new features page
2 parents 9142e92 + 7a6e852 commit 19e1b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/documents/introduction/new.html.eco

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ type : 'Main'
4242

4343
<p>Semantic UI <code>2.3</code> includes a rewrite of modal to include non-js flexbox positioning for vertical centering. No longer will you have to call <code>$('.ui.modal').modal('refresh')</code> if content height changes to recenter.</p>
4444

45-
<p>In addition there's a new setting <code>centerable: false</code> which makes it easier to do top aligned modals when the internal may be dynamic and you dont want content to shift vertically.</p>
45+
<p>In addition there's a new setting <code>centered: false</code> which makes it easier to do top aligned modals when the internal may be dynamic and you dont want content to shift vertically.</p>
4646

4747

4848
<div class="ui special modal">

0 commit comments

Comments
 (0)