Skip to content

Commit 72c924a

Browse files
authored
squash double negative
1 parent f8bc7f8 commit 72c924a

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)