Skip to content

Commit

Permalink
Auto merge of #11470 - DominicBurkart:patch-1, r=ehuss
Browse files Browse the repository at this point in the history
Fix typo

### What does this PR try to resolve?

one-word typo in docs, no associated issue
  • Loading branch information
bors committed Dec 11, 2022
2 parents c6c69cd + 709ecf5 commit f3905fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/src/reference/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ In particular, rules are:
> is also relative to two levels up from the config file itself.
>
> To avoid unexpected results, the rule of thumb is putting your extra config files
> at the same level of discovered `.cargo/config.toml` in your porject.
> at the same level of discovered `.cargo/config.toml` in your project.
> For instance, given a project `/my/project`,
> it is recommended to put config files under `/my/project/.cargo`
> or a new directory at the same level, such as `/my/project/.config`.
Expand Down

0 comments on commit f3905fa

Please sign in to comment.