Skip to content

Commit 6ad06f8

Browse files
authored
Fix minor typo in help examples (#131)
1 parent ba12d2c commit 6ad06f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ const epilog = `Examples:
100100
$0 --open
101101
102102
# Extend real data from SWAPI with faked data based on extension SDL
103-
$0 ./ext-swapi.grqphql --extend http://swapi.apis.guru/
103+
$0 ./ext-swapi.graphql --extend http://swapi.apis.guru/
104104
105105
# Extend real data from GitHub API with faked data based on extension SDL
106106
$0 ./ext-gh.graphql --extend https://api.github.com/graphql \\

0 commit comments

Comments
 (0)