From 3d9ff2d60e4203af1226ab6183579b8dda60cb8d Mon Sep 17 00:00:00 2001 From: Philipp Gackstatter Date: Thu, 21 Sep 2023 16:34:22 +0200 Subject: [PATCH] Update bindings/wasm/src/did/jws_verification_options.rs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Eike Haß --- bindings/wasm/src/did/jws_verification_options.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/wasm/src/did/jws_verification_options.rs b/bindings/wasm/src/did/jws_verification_options.rs index 596fc05a2a..5ac1aed252 100644 --- a/bindings/wasm/src/did/jws_verification_options.rs +++ b/bindings/wasm/src/did/jws_verification_options.rs @@ -67,7 +67,7 @@ interface IJwsVerificationOptions { /** Verify the signing verification method relationship matches this.*/ readonly methodScope?: MethodScope; - /** The DID URl of the method, whose JWK should be used to verify the JWS. + /** The DID URL of the method, whose JWK should be used to verify the JWS. * If unset, the `kid` of the JWS is used as the DID Url. */ readonly methodId?: DIDUrl;