Skip to content

Commit

Permalink
Fix minor typo in help examples (graphql-kit#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
aschepis authored Nov 3, 2020
1 parent ba12d2c commit 6ad06f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const epilog = `Examples:
$0 --open
# Extend real data from SWAPI with faked data based on extension SDL
$0 ./ext-swapi.grqphql --extend http://swapi.apis.guru/
$0 ./ext-swapi.graphql --extend http://swapi.apis.guru/
# Extend real data from GitHub API with faked data based on extension SDL
$0 ./ext-gh.graphql --extend https://api.github.com/graphql \\
Expand Down

0 comments on commit 6ad06f8

Please sign in to comment.