We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32333c6 commit 4eacf14Copy full SHA for 4eacf14
src/Handler.php
@@ -73,7 +73,7 @@ protected function getCorePackage($operation) {
73
public function onPostPackageEvent(\Composer\Installer\PackageEvent $event){
74
$package = $this->getCorePackage($event->getOperation());
75
if ($package) {
76
- // By explicitiley setting the core package, the onPostCmdEvent() will
+ // By explicitly setting the core package, the onPostCmdEvent() will
77
// process the scaffolding automatically.
78
$this->drupalCorePackage = $package;
79
}
0 commit comments