Skip to content

Commit fc5dd69

Browse files
committed
Fix typos
1 parent b629f85 commit fc5dd69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

guides/Getting Started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1111
The first step to add ErrorTracker to your application is to declare the package as a dependency in your `mix.exs` file:
1212

lib/error_tracker.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)