Skip to content

Commit 4cce2d7

Browse files
Glenn Mullenersjochemfuchs
authored andcommitted
Fix typos in readme
1 parent 98d54ae commit 4cce2d7

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
@@ -16,7 +16,7 @@ There is no reason why you shouldn't use a package like that in your projects,
1616
especially if the amount of variables you need to manage is relatively small.
1717

1818
In case of larger, enterprise scale, applications, the amount of environment
19-
settings might very quickly become unmanageable. If it's a multi tenant system een more so. And if you're supporting different versions of the application with it's own list of required environment settings, it soon becomes a necessity to automate this process.
19+
settings might very quickly become unmanageable. If it's a multi tenant system even more so. And if you're supporting different versions of the application with its own list of required environment settings, it soon becomes a necessity to automate this process.
2020

2121
These are largely the reasons we decided to move towards Yaml. It provides
2222
a few simple advantages over env.yml files:

0 commit comments

Comments
 (0)