Merge pull request #115 from adombeck/master

Fix typo
This commit is contained in:
John Barton
2020-11-08 12:01:29 +11:00
committed by GitHub

View File

@ -110,9 +110,9 @@ content := getRemoteFileContent()
myEnv, err := godotenv.Unmarshal(content) myEnv, err := godotenv.Unmarshal(content)
``` ```
### Precendence & Conventions ### Precedence & Conventions
Existing envs take precendence of envs that are loaded later. Existing envs take precedence of envs that are loaded later.
The [convention](https://github.com/bkeepers/dotenv#what-other-env-files-can-i-use) The [convention](https://github.com/bkeepers/dotenv#what-other-env-files-can-i-use)
for managing multiple environments (i.e. development, test, production) for managing multiple environments (i.e. development, test, production)