Skip to content

Commit

Permalink
Quick typo fix in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
telnicky authored and amatalai committed Oct 19, 2017
1 parent 74453fc commit 5b3ceb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ end
**Note**: Elixir module names are passed as a string (`"MyApp.UserService"`)
instead of atoms (`MyApp.UserService`). This reduces the compilation time
because it doesn't create a link between modules which caused modules to be
recompiled too often. This doesn't affect the bahaviour in any way.
recompiled too often. This doesn't affect the behavior in any way.

Erlang module names (e.g. `:crypto`) should be passed in the original form (as atoms).

Expand Down

0 comments on commit 5b3ceb9

Please sign in to comment.