From 9be653cf57a8ad43f3458487f5cbece942051a25 Mon Sep 17 00:00:00 2001 From: cl0ete Date: Tue, 11 Jun 2024 13:03:59 +0200 Subject: [PATCH] fix typo --- app/routes/wallet/jws.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes/wallet/jws.py b/app/routes/wallet/jws.py index 43ec8afd2..7eb7febcc 100644 --- a/app/routes/wallet/jws.py +++ b/app/routes/wallet/jws.py @@ -32,7 +32,7 @@ async def sign_jws( Sign JSON Web Signature (JWS) --- - This endpoint allows the user to sign a jason payload into a Jason Web Signature (JWS) + This endpoint allows the user to sign a json payload into a Json Web Signature (JWS) using a DID or a verification method. When populating the the body of the request, the user must populate either the `did`