Merge pull request #115 from adombeck/master

Fix typo
pull/123/head
John Barton 2020-11-08 12:01:29 +11:00 committed by GitHub
commit 0da8ce72f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -110,9 +110,9 @@ content := getRemoteFileContent()
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)
for managing multiple environments (i.e. development, test, production)