Skip to content

Commit

Permalink
feat(methods): fixed error message text
Browse files Browse the repository at this point in the history
  • Loading branch information
nahime0 committed Dec 5, 2023
1 parent 4e732ed commit a0ff525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public function handleArguments(array $arguments): array
View::render('components.badge', [
'type' => 'ERROR',
'content' => 'Invalid JSON payload. Please provide a valid JSON payload.'.
'Example: --payload=\'{"name": "Nuno"}\'',
'Example: --post=\'{"name": "Nuno"}\'',
]);

exit(0);
Expand Down

0 comments on commit a0ff525

Please sign in to comment.