Skip to content

Commit c11bff9

Browse files
committed
[css-display-4] Fix syntax error
1 parent 7b26783 commit c11bff9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-display-4/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -986,8 +986,8 @@ Display Order Shorthand: the 'order' property</h3>
986986
<pre class='propdef shorthand'>
987987
Name: order
988988
Value: [ <<'layout-order'>> <<'reading-order'>>? ] |
989-
[ reading && <<'reading-order'>> ]
990-
[ layout && <<'layout-order'>> ]
989+
[ reading && <<'reading-order'>> ] |
990+
[ layout && <<'layout-order'>> ] |
991991
[ reading-and-layout && <<integer>> ]
992992
Applies to: [=flex items=] and [=grid items=]
993993
Inherited: no

0 commit comments

Comments
 (0)