Use macOS word instead of Mac

This commit is contained in:
Peter Kokot
2023-05-22 15:04:01 +02:00
parent c993526d14
commit 5b9cd4b731
3 changed files with 5 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ values in memory.
Graphical debuggers make it very easy to step through code, inspect variables, and eval code against the live runtime.
Many IDEs have built-in or plugin-based support for graphical debugging with Xdebug. MacGDBp is a free, open-source,
stand-alone Xdebug GUI for Mac.
stand-alone Xdebug GUI for macOS.
* [Learn more about Xdebug][xdebug-docs]
* [Learn more about MacGDBp][macgdbp-install]