Skip to content

Commit 39c15c4

Browse files
authored
Typo fix (#1468)
1 parent 16b4700 commit 39c15c4

File tree

1 file changed

+2
-2
lines changed
  • Sources/ComposableArchitecture/Documentation.docc/Articles

1 file changed

+2
-2
lines changed

Sources/ComposableArchitecture/Documentation.docc/Articles/Performance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ store.send(.buttonTapped) {
283283
store.receive(.sharedComputation) {
284284
// Assert on shared logic
285285
}
286-
store.send(.toggleChnaged) {
286+
store.send(.toggleChanged) {
287287
$0.isEnabled = true
288288
}
289289
store.receive(.sharedComputation) {
@@ -368,7 +368,7 @@ store.send(.buttonTapped) {
368368
$0.count = 1
369369
// Assert on shared logic
370370
}
371-
store.send(.toggleChnaged) {
371+
store.send(.toggleChanged) {
372372
$0.isEnabled = true
373373
// Assert on shared logic
374374
}

0 commit comments

Comments
 (0)