Skip to content

Commit

Permalink
Fix small typo in "Asymmetric cryptography signers" guide (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
llxff authored and victorolinasc committed Jun 27, 2019
1 parent 059b23e commit bccf3c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/assymetric_cryptography_signers.md
Expand Up @@ -93,7 +93,7 @@ use Mix.Config

config :joken,
my_rsa_key: [
signer_alg: "RS256".
signer_alg: "RS256",
key_pem: """
-----BEGIN RSA PRIVATE KEY-----
MIICWwIBAAKBg
Expand Down

0 comments on commit bccf3c6

Please sign in to comment.