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 3ab78b6 commit a946647Copy full SHA for a946647
bin/php-openapi
@@ -215,7 +215,7 @@ switch ($command) {
215
216
if ($outputFile === null) {
217
if ($outputFormat === null) {
218
- error("No output fromat specified, please specify --write-json or --write-yaml.", "usage");
+ error("No output format specified, please specify --write-json or --write-yaml.", "usage");
219
} elseif ($outputFormat === 'json') {
220
fwrite(STDOUT, \cebe\openapi\Writer::writeToJson($openApi));
221
} else {
0 commit comments