Skip to content

Commit

Permalink
chore: typo (#594)
Browse files Browse the repository at this point in the history
  • Loading branch information
qkdreyer authored Dec 12, 2024
1 parent 8ac1b26 commit 8e7378c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Library/KeyManagement/JWKFactory.php
Original file line number Diff line number Diff line change
@@ -134,7 +134,7 @@ public static function createOKPKey(string $curve, array $values = []): JWK
}

/**
* Creates a none key with the given additional values. Please note that this key type is not pat of any
* Creates a none key with the given additional values. Please note that this key type is not part of any
* specification. It is used to prevent the use of the "none" algorithm with other key types.
*
* @param array<string, mixed> $values values to configure the key

0 comments on commit 8e7378c

Please sign in to comment.