Skip to content

Commit 6513260

Browse files
authored
Merge pull request #981 from petk/patch-macos
Use macOS word instead of Mac
2 parents c993526 + 5b9cd4b commit 6513260

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

_posts/01-04-01-Mac-Setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ isChild: true
33
anchor: mac_setup
44
---
55

6-
## Mac Setup {#mac_setup_title}
6+
## macOS Setup {#mac_setup_title}
77

88
macOS comes prepackaged with PHP but it is normally a little behind the latest stable release. There are multiple ways to install the latest PHP version on macOS.
99

@@ -33,7 +33,7 @@ brew link --overwrite [email protected]
3333

3434
The [MacPorts] Project is an open-source community initiative to design an
3535
easy-to-use system for compiling, installing, and upgrading either
36-
command-line, X11 or Aqua based open-source software on the OS X operating
36+
command-line, X11 or Aqua based open-source software on the macOS operating
3737
system.
3838

3939
MacPorts supports pre-compiled binaries, so you don't need to recompile every
@@ -63,7 +63,7 @@ It doesn't overwrite the PHP binaries installed by Apple, but installs everythin
6363

6464
Another option that gives you control over the version of PHP you install, is to [compile it yourself][mac-compile].
6565
In that case be sure to have installed either [Xcode][xcode-gcc-substitution] or Apple's substitute
66-
["Command Line Tools for XCode"] downloadable from Apple's Mac Developer Center.
66+
["Command Line Tools for XCode"] downloadable from Apple's Developer Center.
6767

6868
### All-in-One Installers
6969

_posts/03-06-01-XDebug.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ values in memory.
3535

3636
Graphical debuggers make it very easy to step through code, inspect variables, and eval code against the live runtime.
3737
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.
38+
stand-alone Xdebug GUI for macOS.
3939

4040
* [Learn more about Xdebug][xdebug-docs]
4141
* [Learn more about MacGDBp][macgdbp-install]

_posts/05-06-01-Internationalization-and-Localization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ After installed, enable it by adding `extension=gettext.so` (Linux/Unix) or `ext
7171
your `php.ini`.
7272

7373
Here we will also be using [Poedit] to create translation files. You will probably find it in your system's package
74-
manager; it is available for Unix, Mac, and Windows, and can be [downloaded for free on their website][poedit_download]
74+
manager; it is available for Unix, macOS, and Windows, and can be [downloaded for free on their website][poedit_download]
7575
as well.
7676

7777
### Structure

0 commit comments

Comments
 (0)