Skip to content

Commit 638ec9d

Browse files
ahmed-el-awadjosevalim
authored andcommitted
docs: Debugging page typo (#14502)
1 parent 8b79681 commit 638ec9d

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)