Unverified Commit 0ca58c79 authored by Hong Minhee's avatar Hong Minhee
Browse files

typo

[ci skip]
parent b62f99f9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -99,7 +99,7 @@ export async function exportJwk(key: CryptoKey): Promise<JsonWebKey> {
/**
 * Imports a key from JWK format.
 * @param jwk The key in JWK format.
 * @param type Which type of key to import, either `"public"`" or `"private"`".
 * @param type Which type of key to import, either `"public"` or `"private"`.
 * @returns The imported key.
 * @throws {TypeError} If the key is invalid or unsupported.
 */