Skip to content

Commit

Permalink
Fix typo in moduledoc (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
louisvisser authored Jul 11, 2023
1 parent 43e104e commit 29c486d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sentry/sources.ex
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ defmodule Sentry.Sources do
The best way to ensure source code is up to date is to recompile Sentry
itself via `mix deps.compile sentry --force`. It's possible to create a Mix
Task alias in `mix.exs` to do this. The example below would allow one to
run `mix.sentry_recompile && mix compile` which will force recompilation of Sentry so
run `mix sentry_recompile && mix compile` which will force recompilation of Sentry so
it has the newest source and then compile the project. The second `mix compile`
is required due to Mix only invoking the same task once in an alias.
Expand Down

0 comments on commit 29c486d

Please sign in to comment.