diff --git a/src/Library/KeyManagement/JWKFactory.php b/src/Library/KeyManagement/JWKFactory.php index 9e9266c9..18e698f9 100644 --- a/src/Library/KeyManagement/JWKFactory.php +++ b/src/Library/KeyManagement/JWKFactory.php @@ -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 $values values to configure the key