From 81c6631d54cfc73f2fc942654a376257a47241f5 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Mon, 16 Jan 2023 23:04:33 +0100 Subject: [PATCH] fix: small error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85f2d55..7a5b740 100644 --- a/README.md +++ b/README.md @@ -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