Skip to content

Commit 46b15d4

Browse files
authored
Update 01-GettingStarted-Animations.swift (#1512)
Typo
1 parent 01faa63 commit 46b15d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/CaseStudies/SwiftUICaseStudies/01-GettingStarted-Animations.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ private let readMe = """
1111
1212
To animate changes made to state through a binding, use the `.animation` method on `Binding`.
1313
14-
To animate asynchronous changes made to state via effects, use `Effect.run` syle of effects \
14+
To animate asynchronous changes made to state via effects, use `Effect.run` style of effects \
1515
which allows you to send actions with animations.
1616
1717
Try it out by tapping or dragging anywhere on the screen to move the dot, and by flipping the \

0 commit comments

Comments
 (0)