diff --git a/lib/elixir/pages/getting-started/debugging.md b/lib/elixir/pages/getting-started/debugging.md index 8b503106381..0d4d848901e 100644 --- a/lib/elixir/pages/getting-started/debugging.md +++ b/lib/elixir/pages/getting-started/debugging.md @@ -110,7 +110,7 @@ When using `IEx`, you may pass `--dbg pry` as an option to "stop" the code execu $ iex --dbg pry ``` -Or to debug inside a of a project: +Or to debug inside of a project: ```console $ iex --dbg pry -S mix