Skip to content

Commit a15c981

Browse files
yimajop4checo
authored andcommitted
Fix typo in GettingStarted.md (#1485)
(cherry picked from commit 484fda5325f5e1f6e1c1ceb3e1146c81be8e687d)
1 parent 7b93098 commit a15c981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ However, how do we know what fact is going to be sent back to us?
313313

314314
Currently our reducer is using an effect that reaches out into the real world to hit an API server,
315315
and that means we have no way to control its behavior. We are at the whims of our internet
316-
connectivity and the availabilty of the API server in order to write this test.
316+
connectivity and the availability of the API server in order to write this test.
317317

318318
It would be better for this dependency to be passed to the reducer so that we can use a live
319319
dependency when running the application on a device, but use a mocked dependency for tests. We

0 commit comments

Comments
 (0)