Fix section title grammar (#1466)

This commit is contained in:
Brett Cannon 2022-12-31 18:10:15 -08:00 committed by GitHub
parent 01967e9f48
commit 5c4b21db77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1480,7 +1480,7 @@ HOME is '/home/myuser'
`just` will load environment variables from a `.env` file if [dotenv-load](#dotenv-load) is set. The variables in the file will be available as environment variables to the recipes. See [dotenv-integration](#dotenv-integration) for more information.
#### Setting `just` Variables from Environments Variables
#### Setting `just` Variables from Environment Variables
Environment variables can be propagated to `just` variables using the functions `env_var()` and `env_var_or_default()`.
See [environment-variables](#environment-variables).