From eff3f1dfd882b372f56d6cfe8c704d5e0d5054ff Mon Sep 17 00:00:00 2001 From: Aram Zucker-Scharff Date: Tue, 28 May 2019 12:36:17 -0400 Subject: [PATCH] Small correction of a spelling error (#2325) --- plugins/talk-plugin-profile-data/server/typeDefs.graphql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/talk-plugin-profile-data/server/typeDefs.graphql b/plugins/talk-plugin-profile-data/server/typeDefs.graphql index 62e27cae4..19967e013 100644 --- a/plugins/talk-plugin-profile-data/server/typeDefs.graphql +++ b/plugins/talk-plugin-profile-data/server/typeDefs.graphql @@ -41,7 +41,7 @@ type CancelAccountDeletionResponse implements Response { errors: [UserError!] } -# DownloadUserResponse contaisn the account download archiveURL that can be used +# DownloadUserResponse contains the account download archiveURL that can be used # to directly download a zip file containing the user data. type DownloadUserResponse implements Response {