Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcos20 committed Oct 22, 2020
1 parent edce381 commit c88040d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/provider/Provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export class Provider extends Instantiable {
const signature = await this.createHashSignature(consumerAccount, signatureMessage)
url += `&signature=${signature}`
}
// consitnue to construct Provider URL
// continue to construct Provider URL
url += (output && `&output=${JSON.stringify(output)}`) || ''
url += (algorithmDid && `&algorithmDid=${algorithmDid}`) || ''
url +=
Expand Down

0 comments on commit c88040d

Please sign in to comment.