Skip to content

Commit 96bc0dc

Browse files
authored
docs: fix typos (#6490)
1 parent f17d00b commit 96bc0dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/config/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sensible set of defaults.
55

66
## Profiles
77

8-
Configurations can be arbitrarily namespaced by profiles. Foundry's default config is also named `default`, but can
8+
Configurations can be arbitrarily namespaced with profiles. Foundry's default config is also named `default`, but you can
99
arbitrarily name and configure profiles as you like and set the `FOUNDRY_PROFILE` environment variable to the selected
1010
profile's name. This results in foundry's tools (forge) preferring the values in the profile with the named that's set
1111
in `FOUNDRY_PROFILE`. But all custom profiles inherit from the `default` profile.
@@ -298,5 +298,5 @@ supported, this means that `FOUNDRY_SRC` and `DAPP_SRC` are equivalent.
298298

299299
Some exceptions to the above are [explicitly ignored](https://github.com/foundry-rs/foundry/blob/10440422e63aae660104e079dfccd5b0ae5fd720/config/src/lib.rs#L1539-L15522) due to security concerns.
300300

301-
Environment variables take precedence over values in `foundry.toml`. Values are parsed as loose form of TOML syntax.
301+
Environment variables take precedence over values in `foundry.toml`. Values are parsed as a loose form of TOML syntax.
302302
Consider the following examples:

0 commit comments

Comments
 (0)