Skip to content

Commit 4eacf14

Browse files
ojacquetwebflo
authored andcommitted
Fix spelling typo. (#47)
1 parent 32333c6 commit 4eacf14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Handler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ protected function getCorePackage($operation) {
7373
public function onPostPackageEvent(\Composer\Installer\PackageEvent $event){
7474
$package = $this->getCorePackage($event->getOperation());
7575
if ($package) {
76-
// By explicitiley setting the core package, the onPostCmdEvent() will
76+
// By explicitly setting the core package, the onPostCmdEvent() will
7777
// process the scaffolding automatically.
7878
$this->drupalCorePackage = $package;
7979
}

0 commit comments

Comments
 (0)