Skip to content

Commit 01a9003

Browse files
author
Robert Mosolgo
authored
Merge pull request rmosolgo#1174 from stanishev/patch-2
squash double negative
2 parents f8bc7f8 + 72c924a commit 01a9003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/operation_store/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Using persisted queries improves the _security_, _efficiency_ and _visibility_ o
6565

6666
#### Security
6767

68-
Persisted queries improve security because you can reject arbitrary GraphQL queries, removing an attack vector from your system. The query database serves a whitelist, so you can be sure that no unexpected queries will not hit your system.
68+
Persisted queries improve security because you can reject arbitrary GraphQL queries, removing an attack vector from your system. The query database serves a whitelist, so you can be sure that no unexpected queries will hit your system.
6969

7070
For example, after all clients have migrated to persisted queries, you can reject arbitrary GraphQL in production:
7171

0 commit comments

Comments
 (0)