From c0ed70aa40f665357cabe056f9d87d086dc0dbd8 Mon Sep 17 00:00:00 2001 From: bl-ue <54780737+bl-ue@users.noreply.github.com> Date: Mon, 11 Jan 2021 11:14:01 -0500 Subject: [PATCH] jwt: add space in algorithm list in description (#5135) --- pages/common/jwt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/jwt.md b/pages/common/jwt.md index 2ad016e80a..ac5cbc9002 100644 --- a/pages/common/jwt.md +++ b/pages/common/jwt.md @@ -1,7 +1,7 @@ # jwt > A command line tool to work with JSON Web Tokens (JWTs). -> Encryption algorithms available are HS256,HS384, HS512, RS256, RS384, RS512, ES256, ES384. +> Encryption algorithms available are HS256, HS384, HS512, RS256, RS384, RS512, ES256, ES384. > More information: . - Decode a JWT: