Skip to content
This repository was archived by the owner on Jan 12, 2022. It is now read-only.

Commit 0da8ce7

Browse files
authored
Merge pull request joho#115 from adombeck/master
Fix typo
2 parents 3e4069b + bc7d5cd commit 0da8ce7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ content := getRemoteFileContent()
110110
myEnv, err := godotenv.Unmarshal(content)
111111
```
112112

113-
### Precendence & Conventions
113+
### Precedence & Conventions
114114

115-
Existing envs take precendence of envs that are loaded later.
115+
Existing envs take precedence of envs that are loaded later.
116116

117117
The [convention](https://github.com/bkeepers/dotenv#what-other-env-files-can-i-use)
118118
for managing multiple environments (i.e. development, test, production)

0 commit comments

Comments
 (0)