Skip to content

Commit

Permalink
Fix wording 'downlaod' -> 'download' (#3887)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbal authored Sep 9, 2024
1 parent 2940b65 commit 4deccdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Importer/Importer.php
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,9 @@ protected static function tasks(array $tasks)

if (isset($download)) {
if (isset($has)) {
throw new ConfigurationException("Task step can not have both $has and downlaod.");
throw new ConfigurationException("Task step can not have both $has and download.");
}
$has = 'downlaod';
$has = 'download';
$prev = $body;
$body = function () use ($download, $prev) {
$prev();
Expand Down

0 comments on commit 4deccdc

Please sign in to comment.