From 01ce705ef70515df8912ef8917ffb61f8a903edb Mon Sep 17 00:00:00 2001 From: Gonzalo <456459+grzuy@users.noreply.github.com> Date: Fri, 30 Aug 2024 13:15:27 -0300 Subject: [PATCH] docs: fixes typo --- README.md | 2 +- lib/tower.ex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2bbc3fa..58323e3 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/lib/tower.ex b/lib/tower.ex index 3c0124f..287bada 100644 --- a/lib/tower.ex +++ b/lib/tower.ex @@ -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)