Skip to content

Commit 8e7378c

Browse files
authored
chore: typo (#594)
1 parent 8ac1b26 commit 8e7378c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Library/KeyManagement/JWKFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public static function createOKPKey(string $curve, array $values = []): JWK
134134
}
135135

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

0 commit comments

Comments
 (0)