From 59eb5c962493a71cc394616f400a0a93faef918d Mon Sep 17 00:00:00 2001 From: Tim Otten <totten@civicrm.org> Date: Thu, 20 Jul 2017 12:42:14 -0700 Subject: [PATCH] buildkit.md - Fix typos --- docs/tools/buildkit.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tools/buildkit.md b/docs/tools/buildkit.md index 6ac74ab4..de1d1fee 100644 --- a/docs/tools/buildkit.md +++ b/docs/tools/buildkit.md @@ -23,7 +23,7 @@ Note: * When executing the above command, you should *not* run as `root`. However, you *should* have `sudo` permissions. - * The `--full` option is *very opinionated*; it specifically installs `php`, `apache`, and `mysql` (rather than `hvm`, `nginx`, `lighttpd`, or `percona`). If you try to mix `--full` with alternative systems, then expect conflicts. + * The `--full` option is *very opinionated*; it specifically installs `php`, `apache`, and `mysql` (rather than `hhvm`, `nginx`, `lighttpd`, or `percona`). If you try to mix `--full` with alternative systems, then expect conflicts. * If you use the Ubuntu feature for "encrypted home directories", then don't put buildkit in `~/buildkit`. Consider `/opt/buildkit`, `/srv/buildkit`, or some other location that remains available during reboot. ### Vagrant @@ -83,7 +83,7 @@ npm install fs-extra Using buildkit, you can create a CiviCRM environment with the PR applied. -For Example: +For example: ```bash civibuild create dmaster \ -- GitLab