Skip to content

Fix typo in DependencyManagement.md #1484

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 13, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ That can save a little bit of boilerplate.

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

Expand Down