Skip to content

Commit ab881db

Browse files
fix mix description typo (#13686)
1 parent a2fe01d commit ab881db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/pages/mix-and-otp/introduction-to-mix.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ In order to build our key-value application, we are going to use three main tool
3333

3434
* ***[Mix](`Mix`)*** is a build tool that ships with Elixir that provides tasks for creating, compiling, testing your application, managing its dependencies and much more;
3535

36-
* ***[ExUnit](`ExUnit`)*** is a test-unit based framework that ships with Elixir.
36+
* ***[ExUnit](`ExUnit`)*** is a unit-test based framework that ships with Elixir.
3737

3838
In this chapter, we will create our first project using Mix and explore different features in OTP, Mix, and ExUnit as we go.
3939

0 commit comments

Comments
 (0)