Small correction of a spelling error (#2325)

This commit is contained in:
Aram Zucker-Scharff
2019-05-28 12:36:17 -04:00
committed by Wyatt Johnson
parent 73aa77d7da
commit eff3f1dfd8
@@ -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 {