You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/elixir/pages/mix-and-otp/introduction-to-mix.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ In order to build our key-value application, we are going to use three main tool
33
33
34
34
****[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;
35
35
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.
37
37
38
38
In this chapter, we will create our first project using Mix and explore different features in OTP, Mix, and ExUnit as we go.
0 commit comments