Skip to content

Commit 144f451

Browse files
authored
Fixed Typo in README
1 parent 8c537b1 commit 144f451

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ FractionallySizedBox is build exactly for that usecase. Just give it the fractio
215215

216216
## #Day15 Flexible vs Expanded
217217

218-
Expandable() is nothing more than Flexible() with
218+
Expanded() is nothing more than Flexible() with
219219

220220
Flexible (fit: FlexFit.tight) = Expanded()
221221

@@ -545,4 +545,4 @@ The following animation is done with just `AnimatedContainer()`
545545

546546
[play with the animation in codepen](https://codepen.io/erluxman/pen/MWaEZEz)
547547

548-
![](assets/28animatedcontainer.gif)
548+
![](assets/28animatedcontainer.gif)

0 commit comments

Comments
 (0)