Skip to content

Commit dd9d262

Browse files
authored
Fix typos (#904)
1 parent 4739cce commit dd9d262

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/sentry.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ defmodule Sentry do
4646
not uncommon for most applications to have a "staging" environment. In order
4747
to handle this without adding an additional Mix environment, you can set an
4848
environment variable that determines the release level. By default, Sentry
49-
picks up the `SENTRY_ENVIRONMENT` variable (*at runtime, when starging*).
49+
picks up the `SENTRY_ENVIRONMENT` variable (*at runtime, when starting*).
5050
Otherwise, you can read the variable at runtime. Do this only in
5151
`config/runtime.exs` so that it will work both for local development as well
5252
as Mix releases.

lib/sentry/config.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ defmodule Sentry.Config do
357357
default: [],
358358
type_doc: "list of `t:Path.t/0`",
359359
doc: """
360-
Aa list of paths to the root of
360+
A list of paths to the root of
361361
your application's source code. This is used to determine the relative
362362
path of files in stack traces. Usually, you'll want to set this to
363363
`[File.cwd!()]`. For umbrella apps, you should set this to all the application

0 commit comments

Comments
 (0)