Skip to content

Commit ba469d0

Browse files
fix(jwt.md): changed "botha" to "both a" (#1046)
<!-- 🚀 Thank you for contributing! --> <!-- Describe your changes clearly and use examples if possible. --> <!-- When this PR is merged, the title and body will be --> <!-- used to generate a release automatically. --> --------- Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
1 parent 0946bf8 commit ba469d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/security/jwt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ ECDSA (Elliptic Curve Digital Signature Algorithm) is an asymmetric algorithm th
169169
- `ES384`: ECDSA with a P-384 curve and SHA-384
170170
- `ES512`: ECDSA with a P-521 curve and SHA-512
171171

172-
All algorithms provide botha public key and a private key, such as `ES256PublicKey` and `ES256PrivateKey`. You can add ECDSA keys using the PEM format:
172+
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:
173173

174174
```swift
175175
let ecdsaPublicKey = """

0 commit comments

Comments
 (0)