Parcourir la source

docs(testing): Fix typo

Michael Bromley il y a 2 ans
Parent
commit
8deb17927b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      packages/testing/src/simple-graphql-client.ts

+ 1 - 1
packages/testing/src/simple-graphql-client.ts

@@ -131,7 +131,7 @@ export class SimpleGraphQLClient {
 
 
     /**
     /**
      * @description
      * @description
-     * Attemps to log in with the specified credentials.
+     * Attempts to log in with the specified credentials.
      */
      */
     async asUserWithCredentials(username: string, password: string) {
     async asUserWithCredentials(username: string, password: string) {
         // first log out as the current user
         // first log out as the current user