Skip to content

Commit b39a710

Browse files
authored
Merge pull request #913 from spebon/gh-pages
Fix typo
2 parents 4c594ac + ba0b053 commit b39a710

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)