Skip to content

Commit

Permalink
Merge pull request #1010 from devloglogan/typo_fix
Browse files Browse the repository at this point in the history
fix typo in Mix chapter reading
  • Loading branch information
BrooklinJazz committed Jul 14, 2023
2 parents 1b07ae2 + 64b9650 commit 0458323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reading/mix.livemd
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ on HexDocs. Sometimes removing the `_build` folder and recompiling a project can

Other developers create open-source Elixir projects hosted on GitHub, which we can add as dependencies to our project.

There is a massive ecosystem of Elixir projects to that you don't have to
There is a massive ecosystem of Elixir projects, which means you don't have to
reinvent the wheel and solve already solved problems. The [Hex.pm](https://hex.pm/) contains a list of available Elixir projects you may find useful. For a curated list, check out the [awesome-elixir](https://github.com/h4cc/awesome-elixir) project.

To install a dependency, include the name of the project and desired version in a tuple inside the `deps/0` function
Expand Down

0 comments on commit 0458323

Please sign in to comment.