Skip to content

Commit

Permalink
docs: fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Aug 30, 2024
1 parent ee4c04a commit 01ce705
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Tower is a flexible error tracker for elixir applications.

It **listens** for **errors** in an elixir application **and informs** about them to
the its configured list of **reporters** (one or many).
the configured list of **reporters** (one or many).

You can either:
- include `tower` package directly and [write your own custom reporter(s)](https://hexdocs.pm/tower/Tower.html#module-writing-a-custom-reporter)
Expand Down
2 changes: 1 addition & 1 deletion lib/tower.ex
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Tower do
Tower is a flexible error tracker for elixir applications.
It **listens** for **errors** in an elixir application **and informs** about them to
the its configured list of **reporters** (one or many).
the configured list of **reporters** (one or many).
You can either:
- include `tower` package directly and [write your own custom reporter(s)](#module-writing-a-custom-reporter)
Expand Down

0 comments on commit 01ce705

Please sign in to comment.