Skip to content

Commit a946647

Browse files
committed
Fix typo
1 parent 3ab78b6 commit a946647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/php-openapi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ switch ($command) {
215215

216216
if ($outputFile === null) {
217217
if ($outputFormat === null) {
218-
error("No output fromat specified, please specify --write-json or --write-yaml.", "usage");
218+
error("No output format specified, please specify --write-json or --write-yaml.", "usage");
219219
} elseif ($outputFormat === 'json') {
220220
fwrite(STDOUT, \cebe\openapi\Writer::writeToJson($openApi));
221221
} else {

0 commit comments

Comments
 (0)