Skip to content

Commit 3e1e6dd

Browse files
fertapricJosé Valim
authored andcommitted
Update Library Guidelines.md (#9739)
1 parent ccb8c5a commit 3e1e6dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/pages/Library Guidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def request(path) do
164164
end
165165

166166
defp http_client() do
167-
Application.compile_env!(:my_app, :http_client)
167+
Application.fetch_env!(:my_app, :http_client)
168168
end
169169
```
170170

0 commit comments

Comments
 (0)