Skip to content

Commit 828f7d4

Browse files
committed
Fix typo in responsive flex grow example
1 parent d2528aa commit 828f7d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/docs/flexbox-flex-grow-shrink.blade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ For more information about Tailwind's responsive design features, check out the
371371
<div class="flex ...">
372372
<!-- ... -->
373373
<div class="none:flex-none sm:flex-grow md:flex-shrink lg:flex-1 xl:flex-auto ...">
374-
Item that cannot grow or shrink
374+
Responsive flex item
375375
</div>
376376
<!-- ... -->
377377
</div>

0 commit comments

Comments
 (0)