Skip to content

Commit a7826f5

Browse files
alskippmluisbrown
authored andcommitted
Typo fixes (#251)
* Removes duplicated word in case study readMe * Typo fix
1 parent e9a2c53 commit a7826f5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ private let readMe = """
1515
closures.
1616
1717
The benefit of doing this is that you can get full test coverage on how a user interacts with \
18-
with alerts and action sheets in your application
18+
alerts and action sheets in your application
1919
"""
2020

2121
struct AlertAndSheetState: Equatable {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,8 @@ struct SharedStateProfileView: View {
221221
This tab shows state from the previous tab, and it is capable of reseting all of the \
222222
state back to 0.
223223
224-
This shows that it is possible to for each screen to model its state in the way that \
225-
makes the most sense for it, while still allowing the state and mutations to be shared \
224+
This shows that it is possible for each screen to model its state in the way that makes \
225+
the most sense for it, while still allowing the state and mutations to be shared \
226226
across independent screens.
227227
""",
228228
.caption

0 commit comments

Comments
 (0)