Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zkharit committed Dec 19, 2024
1 parent 4c5427a commit 4ae9610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api-key-stamper/src/tink/elliptic_curves.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export function pointDecode(point: Uint8Array): JsonWebKey {
point.length !== uncompressedLength
) {
throw new Error(
"Invalid API: Ensure that you are using a valid public and private key for your API key"
"Invalid API key: Ensure that you are using a valid public and private key for your API key"
);
}
// Decodes point if its length and first bit match the compressed format
Expand Down

0 comments on commit 4ae9610

Please sign in to comment.