Skip to content

Commit 9a2de85

Browse files
author
TripleChecker
authored
Fix: Correct typos in README.md (#549)
1 parent 4a31b7b commit 9a2de85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1103,7 +1103,7 @@ const updatedJWTRes = await descopeClient.management.jwt.update('original-jwt',
11031103
});
11041104
```
11051105

1106-
Generate a JWT for a user, simulating a signin request.
1106+
Generate a JWT for a user, simulating a sign in request.
11071107

11081108
```typescript
11091109
const res = await descopeClient.management.jwt.signIn('dummy');

0 commit comments

Comments
 (0)