Skip to content

Commit e1daa5a

Browse files
Update implicit_animations.md (#237)
Fix Typo. Co-authored-by: Pooja Bhaumik <[email protected]>
1 parent bcca269 commit e1daa5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ff-concepts/animations/implicit_animations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Here are some examples of how it looks when you update the widget properties wit
2525
| **Text** | ![Without Implicit Animation](animation_gifs/without-implicit-animation-text.gif) | ![Wit Implicit Animation](animation_gifs/with-implicit-animation-text.gif) |
2626

2727

28-
Here's an exammple of how you add the Implicit Animation on Container widget:
28+
Here's an example of how you add the Implicit Animation on Container widget:
2929
<div style={{
3030
position: 'relative',
3131
paddingBottom: 'calc(56.67989417989418% + 41px)', // Keeps the aspect ratio and additional padding
@@ -50,4 +50,4 @@ Here's an exammple of how you add the Implicit Animation on Container widget:
5050
allow="clipboard-write">
5151
</iframe>
5252
</div>
53-
<p></p>
53+
<p></p>

0 commit comments

Comments
 (0)