We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01faa63 commit 46b15d4Copy full SHA for 46b15d4
Examples/CaseStudies/SwiftUICaseStudies/01-GettingStarted-Animations.swift
@@ -11,7 +11,7 @@ private let readMe = """
11
12
To animate changes made to state through a binding, use the `.animation` method on `Binding`.
13
14
- To animate asynchronous changes made to state via effects, use `Effect.run` syle of effects \
+ To animate asynchronous changes made to state via effects, use `Effect.run` style of effects \
15
which allows you to send actions with animations.
16
17
Try it out by tapping or dragging anywhere on the screen to move the dot, and by flipping the \
0 commit comments