@@ -17,7 +17,7 @@ export {};
1717 */
1818
1919/**
20- * A GraphQL operation. Additional properties may be used; all are sent to the
20+ * GraphQL operation. Additional properties may be used; all are sent to the
2121 * GraphQL server.
2222 * @typedef {object } GraphQLOperation
2323 * @prop {string } query GraphQL queries or mutations.
@@ -26,7 +26,7 @@ export {};
2626 */
2727
2828/**
29- * A GraphQL result.
29+ * GraphQL result.
3030 * @see [GraphQL spec for a response](https://spec.graphql.org/October2021/#sec-Response).
3131 * @template [ErrorTypes=GraphQLResultError] Possible error types.
3232 * @typedef {object } GraphQLResult
@@ -39,7 +39,7 @@ export {};
3939 */
4040
4141/**
42- * A {@link GraphQLResult.errors GraphQL result error}.
42+ * {@link GraphQLResult.errors GraphQL result error }.
4343 * @see [GraphQL spec for response errors](https://spec.graphql.org/October2021/#sec-Errors).
4444 * @template {Record<string, unknown>} [Extensions=Record<string, unknown>]
4545 * Extensions to a standard GraphQL error.
@@ -53,7 +53,7 @@ export {};
5353 */
5454
5555/**
56- * A {@link GraphQLResult GraphQL result} loading error generated on the client,
56+ * {@link GraphQLResult GraphQL result } loading error generated on the client,
5757 * not the GraphQL server.
5858 * @template {string} Code Error code.
5959 * @template {Record<string, unknown>} [Extensions={}] Error specific details.
0 commit comments