From c88040d0188a9490869c032c6924e5e305575e67 Mon Sep 17 00:00:00 2001 From: alexcos20 Date: Thu, 22 Oct 2020 01:38:50 -0700 Subject: [PATCH] typo --- src/provider/Provider.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/provider/Provider.ts b/src/provider/Provider.ts index ec6177d7..fd3d5757 100644 --- a/src/provider/Provider.ts +++ b/src/provider/Provider.ts @@ -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 +=