We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c594ac commit ba0b053Copy full SHA for ba0b053
_posts/03-06-01-XDebug.md
@@ -34,7 +34,7 @@ Your IDE will now intercept the current state as the script executes, allowing y
34
values in memory.
35
36
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,
+Many IDEs have built-in or plugin-based support for graphical debugging with Xdebug. MacGDBp is a free, open-source,
38
stand-alone Xdebug GUI for Mac.
39
40
* [Learn more about Xdebug][xdebug-docs]
0 commit comments