Skip to content

Commit 54e7d50

Browse files
yimajop4checo
authored andcommitted
Fix typo in DependencyManagement.md (#1484)
(cherry picked from commit 439c745b4812cecf56b8ba9194120eec630d5957)
1 parent a15c981 commit 54e7d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ That can save a little bit of boilerplate.
276276

277277
In the previous section we showed that to conform to [`DependencyKey`][dependency-key-docs] you must
278278
provide _at least_ a `liveValue`, which is the default version of the dependency that is used when
279-
running on a device or simulator. The `DependencyKey` protocol inherts from a base protocol,
279+
running on a device or simulator. The `DependencyKey` protocol inherits from a base protocol,
280280
[`TestDependencyKey`][test-dependency-key-docs], which has 2 other requirements, `testValue`
281281
and `previewValue`. Both are optional and delegate to `liveValue` if not implemented.
282282

0 commit comments

Comments
 (0)