Skip to content

Commit

Permalink
fix mix description typo (#13686)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed-el-awad committed Jun 22, 2024
1 parent a2fe01d commit ab881db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/elixir/pages/mix-and-otp/introduction-to-mix.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ In order to build our key-value application, we are going to use three main tool

* ***[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;

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

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

Expand Down

0 comments on commit ab881db

Please sign in to comment.