Skip to content

Commit 73ef1c5

Browse files
committed
Remove trailing newline in README
1 parent c1b54c6 commit 73ef1c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ also run tests for a specific framework with `make test_#{APPLICATION}`, for exa
128128
`make test_ex_unit`. If you just changed something in Elixir's standard
129129
library, you can run only that portion through `make test_stdlib`.
130130

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

0 commit comments

Comments
 (0)