From 2ac6629cc47680de04c7f71eed0d3bb793931781 Mon Sep 17 00:00:00 2001 From: Tim Otten <totten@civicrm.org> Date: Tue, 6 Oct 2020 20:42:20 -0700 Subject: [PATCH] Copyedit "Get the code" (D8/D9) --- docs/drupal8/index.md | 2 +- docs/drupal9/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/drupal8/index.md b/docs/drupal8/index.md index 72d6960..18b9ef8 100644 --- a/docs/drupal8/index.md +++ b/docs/drupal8/index.md @@ -53,7 +53,7 @@ If you do not work regularly with D8+Composer, then you should take a refresher /var/www/d8.example.org/vendor/ Downloaded packages ``` - To work with `composer` and D8, you must open a shell navigate to the composer-root, e.g. + To work with `composer` and D8, you must open a shell and navigate to the composer-root, e.g. ``` cd /var/www/d8.example.org diff --git a/docs/drupal9/index.md b/docs/drupal9/index.md index 0988918..b1262e3 100644 --- a/docs/drupal9/index.md +++ b/docs/drupal9/index.md @@ -61,7 +61,7 @@ If you do not work regularly with D9+Composer, then you should take a refresher /var/www/d9.example.org/vendor/ Downloaded packages ``` - To work with `composer` and D9, you must open a shell navigate to the composer-root, e.g. + To work with `composer` and D9, you must open a shell and navigate to the composer-root, e.g. ``` cd /var/www/d9.example.org -- GitLab