From 005cda1e6eedb580645154aa299d64d65f4eee6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Aub=C3=A9?= Date: Tue, 23 Sep 2014 18:40:57 -0400 Subject: [PATCH] Update 01-04-01-Mac-Setup.md Fix typos --- _posts/01-04-01-Mac-Setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/01-04-01-Mac-Setup.md b/_posts/01-04-01-Mac-Setup.md index 30dca9f..4de8fa9 100644 --- a/_posts/01-04-01-Mac-Setup.md +++ b/_posts/01-04-01-Mac-Setup.md @@ -13,10 +13,10 @@ There are multiple ways to install PHP on OS X. ### Install PHP via Homebrew [Homebrew](http://brew.sh/) is a powerful package manager for OS X, which can help you install PHP and -various extensions easily. [Homebrew PHP] is a repository that contains PHP-related "forulae" for Homebrew, +various extensions easily. [Homebrew PHP] is a repository that contains PHP-related "formulae" for Homebrew, and will let you install PHP. -At that point, you can install `php53`, `php54`, `php55` or `php56` using the `brew install` command, and switch between then by modifying your `PATH` variable. +At that point, you can install `php53`, `php54`, `php55` or `php56` using the `brew install` command, and switch between them by modifying your `PATH` variable. ### Install PHP via phpbrew