Skip to content

Commit 4deccdc

Browse files
authored
Fix wording 'downlaod' -> 'download' (#3887)
1 parent 2940b65 commit 4deccdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Importer/Importer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,9 @@ protected static function tasks(array $tasks)
191191

192192
if (isset($download)) {
193193
if (isset($has)) {
194-
throw new ConfigurationException("Task step can not have both $has and downlaod.");
194+
throw new ConfigurationException("Task step can not have both $has and download.");
195195
}
196-
$has = 'downlaod';
196+
$has = 'download';
197197
$prev = $body;
198198
$body = function () use ($download, $prev) {
199199
$prev();

0 commit comments

Comments
 (0)