From ba469d0d827baf759bc83e0e94c0bc6d0191eec6 Mon Sep 17 00:00:00 2001 From: William Adonis Date: Tue, 14 Jan 2025 12:48:47 +0200 Subject: [PATCH] fix(jwt.md): changed "botha" to "both a" (#1046) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --------- Co-authored-by: Tim Condon <0xTim@users.noreply.github.com> --- docs/security/jwt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/security/jwt.md b/docs/security/jwt.md index 8765e3d29..ac2c43491 100644 --- a/docs/security/jwt.md +++ b/docs/security/jwt.md @@ -169,7 +169,7 @@ ECDSA (Elliptic Curve Digital Signature Algorithm) is an asymmetric algorithm th - `ES384`: ECDSA with a P-384 curve and SHA-384 - `ES512`: ECDSA with a P-521 curve and SHA-512 -All algorithms provide botha public key and a private key, such as `ES256PublicKey` and `ES256PrivateKey`. You can add ECDSA keys using the PEM format: +All algorithms provide both a public key and a private key, such as `ES256PublicKey` and `ES256PrivateKey`. You can add ECDSA keys using the PEM format: ```swift let ecdsaPublicKey = """