Skip to content

Commit 63effa1

Browse files
committed
Issue #3409362 by quietone, smustgrave: Fix spelling of some words with 'un' prefix
(cherry picked from commit de952edf2d0f570d1117a92c025940fe56a62983)
1 parent 97bd918 commit 63effa1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Git.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
namespace Drupal\Composer\Plugin\Scaffold;
44

5+
// cspell:ignore unmatch
6+
57
use Composer\IO\IOInterface;
68
use Composer\Util\ProcessExecutor;
79

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ possible; for example, a project layout very similar to the current
1919
[drupal-composer/drupal-project](https://github.com/drupal-composer/drupal-scaffold)
2020
template will also be provided. When one of these projects is used, the user
2121
should be able to use `composer require` and `composer update` on a Drupal site
22-
immediately after untarring the downloaded archive.
22+
immediately after extracting the downloaded archive.
2323

2424
Note that the dependencies of a Drupal site are only able to scaffold files if
2525
explicitly granted that right in the top-level composer.json file. See

0 commit comments

Comments
 (0)