Skip to content

Commit a41a9f8

Browse files
mikepackJosé Valim
authored andcommitted
Fix sentence
1 parent a48e56c commit a41a9f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎getting_started/mix/2.markdown‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ iex> :application.start(:stacker)
274274

275275
In this case, since the application was previously started, it returns so as an error message.
276276

277-
Mix does not only starts your application but all of your application dependencies. Notice there is a difference between your project dependencies (the ones defined under the `deps` key we have discussed in the previous chapter) and the application dependencies.
277+
Mix not only starts your application but all of your application dependencies. Notice there is a difference between your project dependencies (the ones defined under the `deps` key we have discussed in the previous chapter) and the application dependencies.
278278

279279
The project dependencies may contain your test framework or a compile-time only dependency. The application dependency is everything you depend on at runtime. Any application dependency needs to be explicitly added to the `application` function too:
280280

0 commit comments

Comments
(0)