Skip to content
Snippets Groups Projects

Fix spelling of some words with 'un' prefix

Closed quietone requested to merge issue/drupal-3409362:3409362-fix-spelling-of into 11.x
1 unresolved thread
29 files
+ 39
52
Compare changes
  • Side-by-side
  • Inline
Files
29
@@ -2,6 +2,8 @@
namespace Drupal\Composer\Plugin\Scaffold;
// cspell:ignore unmatch
use Composer\IO\IOInterface;
use Composer\Util\ProcessExecutor;
Loading