File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Sources/ComposableArchitecture/Documentation.docc/Articles Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -276,7 +276,7 @@ That can save a little bit of boilerplate.
276
276
277
277
In the previous section we showed that to conform to [`DependencyKey`][dependency- key- docs] you must
278
278
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,
280
280
[`TestDependencyKey`][test- dependency- key- docs], which has 2 other requirements, `testValue`
281
281
and `previewValue`. Both are optional and delegate to `liveValue` if not implemented.
282
282
You can’t perform that action at this time.
0 commit comments