Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
adombeck authored Sep 4, 2020
1 parent d6ee687 commit bc7d5cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit bc7d5cd

Please sign in to comment.