Skip to content

Commit

Permalink
fix(jwt.md): changed "botha" to "both a" (#1046)
Browse files Browse the repository at this point in the history
<!-- πŸš€ 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 <[email protected]>
  • Loading branch information
WilliamFernsV3 and 0xTim authored Jan 14, 2025
1 parent 0946bf8 commit ba469d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/security/jwt.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 = """
Expand Down

0 comments on commit ba469d0

Please sign in to comment.