Skip to content

Commit

Permalink
Remove trailing newline in README
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Feb 22, 2024
1 parent c1b54c6 commit 73ef1c5
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 @@ -128,7 +128,7 @@ also run tests for a specific framework with `make test_#{APPLICATION}`, for exa
`make test_ex_unit`. If you just changed something in Elixir's standard
library, you can run only that portion through `make test_stdlib`.

If you are only changing one file, you can choose to compile and run tests
If you are only changing one file, you can choose to compile and run tests
for that specific file for faster development cycles. For example, if you
are changing the String module, you can compile it and run its tests as:

Expand Down

0 comments on commit 73ef1c5

Please sign in to comment.