Skip to content
This repository has been archived by the owner on Dec 30, 2020. It is now read-only.

Commit

Permalink
Add missing quote in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroennoten committed Dec 22, 2016
1 parent b3a4175 commit 98f516b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/operation/Sign.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ $key1 = JWKFactory::createFromKeyFile(
// We load the second key to sign using algorithm HS512
$key2 = JWKFactory::createFromValues(
[
'kty' => 'oct,
'kty' => 'oct',
'kid' => 'My Shared key',
'use' => 'sig',
'alg' => 'HS512',
Expand Down

0 comments on commit 98f516b

Please sign in to comment.