Skip to content

Commit 6675da8

Browse files
fix usage in README (#84)
1 parent e5dd64f commit 6675da8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ see [javadoc](https://cdimascio.github.io/dotenv-java/docs/javadoc/)
219219

220220
**Q:** Should I deploy a `.env` to e.g. production?
221221

222-
**A**: Tenant III of the [12 factor app methodology](https://12factor.net/config) states "The twelve-factor app stores config in environment variables". Thus, it is not recommended to provide the .env file to such environments. dotenv, however, is super useful in e.g a local development environment as it enables a developer to manage the environment via a file which is more convenient.
222+
**A**: Tenet III of the [12 factor app methodology](https://12factor.net/config) states "The twelve-factor app stores config in environment variables". Thus, it is not recommended to provide the .env file to such environments. dotenv, however, is super useful in e.g a local development environment as it enables a developer to manage the environment via a file which is more convenient.
223223

224224
Using dotenv in production would be cheating. This type of usage, however is an anti-pattern.
225225

0 commit comments

Comments
 (0)