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 2940b65 commit 4deccdcCopy full SHA for 4deccdc
src/Importer/Importer.php
@@ -191,9 +191,9 @@ protected static function tasks(array $tasks)
191
192
if (isset($download)) {
193
if (isset($has)) {
194
- throw new ConfigurationException("Task step can not have both $has and downlaod.");
+ throw new ConfigurationException("Task step can not have both $has and download.");
195
}
196
- $has = 'downlaod';
+ $has = 'download';
197
$prev = $body;
198
$body = function () use ($download, $prev) {
199
$prev();
0 commit comments