Skip to content

Commit

Permalink
Merge pull request #218 from laverya/fix-ecdsa-key-description
Browse files Browse the repository at this point in the history
fix typo elyptical->elliptic in ecdsa key description
  • Loading branch information
mattfarina authored Dec 13, 2019
2 parents cd93fcc + 6a86ef1 commit d7e5449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/crypto.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ block.

It takes one of the values for its first param:

- `ecdsa`: Generate an elyptical curve DSA key (P256)
- `ecdsa`: Generate an elliptic curve DSA key (P256)
- `dsa`: Generate a DSA key (L2048N256)
- `rsa`: Generate an RSA 4096 key

Expand Down

0 comments on commit d7e5449

Please sign in to comment.