From 709ecf5eae3095058eacc274ccf4e961e34f5027 Mon Sep 17 00:00:00 2001 From: Dominic Burkart Date: Sun, 11 Dec 2022 11:51:45 +0100 Subject: [PATCH] fix typo --- src/doc/src/reference/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/src/reference/config.md b/src/doc/src/reference/config.md index 1b4243ffa34..1e506487975 100644 --- a/src/doc/src/reference/config.md +++ b/src/doc/src/reference/config.md @@ -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`.