Skip to content

Commit d9e5ed1

Browse files
ahmed-el-awadNezteb
authored andcommitted
docs: Debugging page typo (elixir-lang#14502)
1 parent dc699bc commit d9e5ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/pages/getting-started/debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ When using `IEx`, you may pass `--dbg pry` as an option to "stop" the code execu
115115
$ iex --dbg pry
116116
```
117117

118-
Or to debug inside a of a project:
118+
Or to debug inside of a project:
119119

120120
```console
121121
$ iex --dbg pry -S mix

0 commit comments

Comments
 (0)