File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ In this guide we will learn how to install ErrorTracker in an Elixir project so
66
77** This guide requires you to have set up Ecto with PostgreSQL beforehand.**
88
9- ## Installing the ErrorTracking as a dependency
9+ ## Installing the ErrorTracker as a dependency
1010
1111The first step to add ErrorTracker to your application is to declare the package as a dependency in your ` mix.exs ` file:
1212
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule ErrorTracker do
44
55 The main objectives behind this project are:
66
7- * Provide a basic free error tracking solution: because tracking errors inm\
7+ * Provide a basic free error tracking solution: because tracking errors in
88 your application should be a requirement for almost any project, and helps to
99 provide quality and maintenance to your project.
1010
You can’t perform that action at this time.
0 commit comments