Skip to content

Commit

Permalink
fix: Repair spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
richtera committed Nov 4, 2024
1 parent a00efcb commit 4df6378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/ipfs/authenticated-formdata-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ async function sign(data: any, key: string) {
})
}

/** local implementation of createToken to create a signd JWT token */
/** local implementation of createToken to create a signed JWT token */
async function createToken(payload: any, key: string): Promise<string> {
const header = { typ: 'JWT', alg: 'HS256' }

Expand Down

0 comments on commit 4df6378

Please sign in to comment.