Browse Source

Fix a small typo

Loïc Hoguin 9 years ago
parent
commit
6d153edf86
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/src/guide/why.asciidoc

+ 1 - 1
doc/src/guide/why.asciidoc

@@ -55,7 +55,7 @@ build tool can't easily: choose what version of Erlang is
 to be used for compiling the project.
 to be used for compiling the project.
 
 
 This really is a one-liner in Erlang.mk (a few more lines
 This really is a one-liner in Erlang.mk (a few more lines
-if you also let it download about build Erlang directly)
+if you also let it download and build Erlang directly)
 and allows for even greater things, like testing your
 and allows for even greater things, like testing your
 project across all supported Erlang versions in one small
 project across all supported Erlang versions in one small
 command: `make -k ci`.
 command: `make -k ci`.