@@ -33,7 +33,7 @@ |
||
| 33 | 33 | $prompt = implode(' ', $input->getArgument('prompt')); |
| 34 | 34 | |
| 35 | 35 | OutputHelper::writeInfoBox($output, [ |
| 36 | - 'Explanation of: "' . $prompt. '"' |
|
| 36 | + 'Explanation of: "' . $prompt . '"' |
|
| 37 | 37 | ]); |
| 38 | 38 | |
| 39 | 39 | $answers = $this->getRepositoryCollection()->explain($prompt); |