Merge pull request #48 from InfoSec-Le/master

fix: small error
master
Swissky 2023-01-24 12:30:38 +01:00 committed by GitHub
commit 4beaab344e
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