Skip to content

Commit 873097c

Browse files
roeybiranstephencelis
authored andcommitted
docs: small rephrase (#1479)
* docs: slight rephrasing * small fix * Update Sources/ComposableArchitecture/Documentation.docc/Articles/DependencyManagement.md Co-authored-by: Stephen Celis <[email protected]> (cherry picked from commit 677198869125ab068ed0cb9a4560698087468053)
1 parent 54e7d50 commit 873097c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -315,10 +315,10 @@ extension APIClient {
315315
```
316316

317317
Unfortunately, `XCTFail` cannot be used in non-test targets, and so this instance cannot be defined
318-
in the same file where your dependency is registered. To work around this you can use our
319-
[XCTestDynamicOverlay][xctest-dynamic-overlay-gh] library that dynamically invokes `XCTFail`, and
320-
it is automatically accessibly when using the Composable Architecture. It also comes with some
321-
helpers to make constructing these unimplemented values more easily:
318+
in the same file where your dependency is registered. To work around this you can use our
319+
[XCTestDynamicOverlay][xctest-dynamic-overlay-gh] library that dynamically invokes `XCTFail` and
320+
it is automatically accessible when using the Composable Architecture. It also comes with some
321+
helpers to ease the construction of these unimplemented values:
322322

323323
```swift
324324
import XCTestDynamicOverlay

0 commit comments

Comments
 (0)