Skip to content

Commit 29c486d

Browse files
authored
Fix typo in moduledoc (#534)
1 parent 43e104e commit 29c486d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sentry/sources.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ defmodule Sentry.Sources do
4242
The best way to ensure source code is up to date is to recompile Sentry
4343
itself via `mix deps.compile sentry --force`. It's possible to create a Mix
4444
Task alias in `mix.exs` to do this. The example below would allow one to
45-
run `mix.sentry_recompile && mix compile` which will force recompilation of Sentry so
45+
run `mix sentry_recompile && mix compile` which will force recompilation of Sentry so
4646
it has the newest source and then compile the project. The second `mix compile`
4747
is required due to Mix only invoking the same task once in an alias.
4848

0 commit comments

Comments
 (0)