fix: small error

pull/48/head^2
0xflotus 2023-01-16 23:04:33 +01:00 committed by GitHub
parent 98997bd7cf
commit 81c6631d54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ graphqlmap -u "http://172.17.0.1:5013/graphql" --proxy http://127.0.0.1:8080
### Dump a GraphQL schema
Use `dump_new` to dump the GraphQL schema, this function will automaticly populate the "autocomplete" with the found fields.
Use `dump_new` to dump the GraphQL schema, this function will automatically populate the "autocomplete" with the found fields.
[:movie_camera: Live Example](https://asciinema.org/a/14YuWoDOyCztlx7RFykILit4S)
```powershell