Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleuverink committed Jan 10, 2024
1 parent ef75722 commit 211ca66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Exceptions/BundlingFailedException.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public function __construct(ProcessResult $result, $script = null)

$failed = $script ?? $result->command();

// TODO: Consider different approach for providing contextural debug info
// TODO: Consider different approach for providing contextual debug info
dump(['error output', $result->errorOutput()]);

parent::__construct(
Expand Down

0 comments on commit 211ca66

Please sign in to comment.