Skip to content

Commit 807f4a9

Browse files
Fix typos in the docs
1 parent e3c3b5a commit 807f4a9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ atom is, but it will only send events if the current environment is ``:prod``,
6464
since that is the only entry in the ``included_environments`` key.
6565

6666
You can even rely on more custom determinations of the environment name. It's
67-
not uncommmon for most applications to have a "staging" environment. In order
67+
not uncommon for most applications to have a "staging" environment. In order
6868
to handle this without adding an additional Mix environment, you can set an
6969
environment variable that determines the release level.
7070

docs/plug.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Sentry.Plug
22
=============
33

4-
Sentry.Plug provides basic funcitonality to handle Plug.ErrorHandler.
4+
Sentry.Plug provides basic functionality to handle Plug.ErrorHandler.
55

66
To capture errors, simply put the following in your router:
77

lib/sentry/plug.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ defmodule Sentry.Plug do
77
@scrubbed_value "*********"
88

99
@moduledoc """
10-
Provides basic funcitonality to handle Plug.ErrorHandler
10+
Provides basic functionality to handle Plug.ErrorHandler
1111
1212
#### Usage
1313
1414
Add the following to your router.ex:
1515
16-
use Plug.ErrorLogger
16+
use Plug.ErrorHandler
1717
use Sentry.Plug
1818
1919
### Sending Post Body Params

0 commit comments

Comments
 (0)