Skip to content

Commit

Permalink
Merge pull request #1564 from thatsokay/grammar-fix
Browse files Browse the repository at this point in the history
Fixed help text grammar
  • Loading branch information
schani authored Oct 5, 2020
2 parents 2fd4463 + e0d3b8a commit 4325d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quicktype-core/language/JavaScript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const javaScriptOptions = {
converters: convertersOption(),
rawType: new EnumOption<"json" | "any">(
"raw-type",
"Type to raw input (json by default)",
"Type of raw input (json by default)",
[
["json", "json"],
["any", "any"]
Expand Down

0 comments on commit 4325d1d

Please sign in to comment.