Skip to content

Commit 08a9d4b

Browse files
docs: Debugging page typo (#14502)
1 parent b3ab369 commit 08a9d4b

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
@@ -110,7 +110,7 @@ When using `IEx`, you may pass `--dbg pry` as an option to "stop" the code execu
110110
$ iex --dbg pry
111111
```
112112

113-
Or to debug inside a of a project:
113+
Or to debug inside of a project:
114114

115115
```console
116116
$ iex --dbg pry -S mix

0 commit comments

Comments
 (0)