Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3983190 commit ce34291Copy full SHA for ce34291
README.md
@@ -75,7 +75,7 @@ Module Plugin:
75
76
```elixir
77
defmodule PluginWithConfig do
78
- use Plugin.Helpers # small convinience helpers
+ use Plugin.Helpers # small convenience helpers
79
def init(opts) do
80
Map.put(opts, :current_ip, "0.0.0.0")
81
end
0 commit comments