mirror of https://github.com/vapor/docs.git
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>
This commit is contained in:
parent
0946bf8f8b
commit
ba469d0d82
|
|
@ -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 = """
|
||||
|
|
|
|||
Loading…
Reference in New Issue