summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Gausby <martin@gausby.dk>2019-12-19 11:09:43 +0000
committerJosé Valim <jose.valim@plataformatec.com.br>2019-12-19 12:09:43 +0100
commit57fc6ff85cb8a4506738f04e56f43b834995c7ea (patch)
tree18bed0d1f1ccec867bcda07659279aefbb70c438
parent46f6ba563b02ea5b512380306c3db27a8700e733 (diff)
downloadelixir-57fc6ff85cb8a4506738f04e56f43b834995c7ea.tar.gz
Fix spelling mistake in docs (#9660)
-rw-r--r--lib/elixir/lib/application.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/elixir/lib/application.ex b/lib/elixir/lib/application.ex
index ed8751940..f639917fb 100644
--- a/lib/elixir/lib/application.ex
+++ b/lib/elixir/lib/application.ex
@@ -28,7 +28,7 @@ defmodule Application do
[env: [db_host: "localhost"]]
end
- Now, in your application, you can read this enviironment by using functions
+ Now, in your application, you can read this environment by using functions
such as `fetch_env!/2` and friends:
defmodule MyApp.DBClient do