Skip to content

Commit 62adec5

Browse files
authored
Fix typo (#3684)
1 parent 5bfdb29 commit 62adec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ComposableArchitecture/Documentation.docc/Tutorials/MeetTheComposableArchitecture/02-Navigation/02-MultipleDestinations/02-02-MultipleDestinations.tutorial

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
}
130130

131131
@Step {
132-
Add a case for for the "Add contact" feature. Note that we are holding onto the actual
132+
Add a case for the "Add contact" feature. Note that we are holding onto the actual
133133
`AddContactFeature` reducer in the case, not the state. The
134134
``ComposableArchitecture/Reducer()`` macro will fill in all the requirements for the reducer
135135
protocol for us automatically.

0 commit comments

Comments
 (0)