We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 433b37f commit 6fbc6edCopy full SHA for 6fbc6ed
spec/Appendix A -- Persisted Documents.md
@@ -103,8 +103,8 @@ the server can retrieve this GraphQL Document from the document identifier. The
103
method through which the client and server achieve this is implementation
104
specific.
105
106
-Note: When used as an operation allowlist, persisted documents are typically
107
-stored into some kind of trusted shared key-value store at client build time
+Note: When used as an operation allow-list, persisted documents are typically
+stored into a trusted shared key-value store at client build time
108
(either directly, or indirectly via an authenticated request to the server) such
109
that the server may retrieve them given the identifier at request time. This
110
must be done in a secure manner (preventing untrusted third parties from adding
0 commit comments