Skip to content

Commit 2db387c

Browse files
committed
Fix typo in vertical centering snippet :s/align-content/align-items/
1 parent 987cc42 commit 2db387c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ var flexbox;
497497
"action": null
498498
},
499499
{
500-
"text": 'One of the most useful right out-of-the-box is vertical centering. Clear your screen of flex items and add just one. Make sure "justify-content" and "align-content" have been set to "center".',
500+
"text": 'One of the most useful right out-of-the-box is vertical centering. Clear your screen of flex items and add just one. Make sure "justify-content" and "align-items" have been set to "center".',
501501
"hasButton": false,
502502
"xUrl": null,
503503
"xText": null,

0 commit comments

Comments
 (0)