Skip to content

Commit ba0b053

Browse files
authored
Fix typo
1 parent 4c594ac commit ba0b053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/03-06-01-XDebug.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Your IDE will now intercept the current state as the script executes, allowing y
3434
values in memory.
3535

3636
Graphical debuggers make it very easy to step through code, inspect variables, and eval code against the live runtime.
37-
Many IDE's have built-in or plugin-based support for graphical debugging with Xdebug. MacGDBp is a free, open-source,
37+
Many IDEs have built-in or plugin-based support for graphical debugging with Xdebug. MacGDBp is a free, open-source,
3838
stand-alone Xdebug GUI for Mac.
3939

4040
* [Learn more about Xdebug][xdebug-docs]

0 commit comments

Comments
 (0)