Skip to content

Commit ca28c7b

Browse files
authored
Update 01-GettingStarted-SharedState.swift (#2994)
reseting -> resetting
1 parent 640a72e commit ca28c7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ struct ProfileTabView: View {
123123
Form {
124124
Text(
125125
template: """
126-
This tab shows state from the previous tab, and it is capable of reseting all of the \
126+
This tab shows state from the previous tab, and it is capable of resetting all of the \
127127
state back to 0.
128128
129129
This shows that it is possible for each screen to model its state in the way that makes \

0 commit comments

Comments
 (0)