Skip to content

Commit

Permalink
Correct typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Feb 20, 2024
1 parent 003e7b5 commit 857fec7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/get-started/upgrade-holochain.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ This will not install version `0.15.2` if a newer version has been released. Che

### Update Cargo dependencies

This section is harder to write a general guide for because it's common for happs to add dependencies on other Holochain crates. If you have added other dependencies than the `hdi` and `hdk` to your project then you will need to update those too but figuring out which versions you
This section is harder to write a general guide for because it's common for hApps to add dependencies on other Holochain crates. If you have added other dependencies than the `hdi` and `hdk` to your project then you will need to update those too but figuring out which versions you
need is not described here. There is a hint at the end of the section.

#### Update the HDK and the HDI
Expand Down Expand Up @@ -205,7 +205,7 @@ If you depend on other Holochain crates, then you will need to find compatible v
Project's scaffolded for Holochain 0.1 didn't include this, but new project's scaffolded for Holochain 0.2 an onwards do. You can read about
this configuration option [here](https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions). The quick summary is that it changes
the algorithm that Cargo uses for resolving crate features. We use this on the Holochain project and recommend it for hApp projects because it
results in less surprising behaviour when adding dependencies on Holchain crates.
results in less surprising behavior when adding dependencies on Holochain crates.

In your project's `Cargo.toml`, look for the `[workspace]` section. Add the `resolver = "2"` option here.

Expand Down

0 comments on commit 857fec7

Please sign in to comment.