Skip to content

Commit 6126d50

Browse files
topaxiericmj
authored andcommitted
Fix typo in 1.10 release post (elixir-lang#1360)
Fixes a tiny typo: environemnt -> environment
1 parent 86e6960 commit 6126d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2020-01-27-elixir-v1-10-0-released.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ end
116116

117117
While this is the preferred approach, there are still two scenarios we need to address:
118118

119-
1. Not everyone may be aware of this pitfall, so they will mistakenly read the application environemnt at compile-time, until they are bitten by this behaviour
119+
1. Not everyone may be aware of this pitfall, so they will mistakenly read the application environment at compile-time, until they are bitten by this behaviour
120120

121121
2. In rare occasions, you trully need to read the application environment at compile-time, and you want to be warned when you try to configure at runtime something that is valid only at compilation time
122122

0 commit comments

Comments
 (0)