Skip to content

Commit b701715

Browse files
NicolappsConvex, Inc.
authored andcommitted
Capitalize JavaScript and TypeScript correctly (#42238)
GitOrigin-RevId: 1c09f4224c8fbb1015b3d23f9755998317a9af90
1 parent a90ad7f commit b701715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vendor/jwt-encode/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function sign(
5858
/**
5959
* Safely base64url encode a JS Object in a way that is UTF-8 safe
6060
*
61-
* @param {Object} data - Javascript object payload to be encoded
61+
* @param {Object} data - JavaScript object payload to be encoded
6262
* @return {string} utf-8 safe base64url encoded payload
6363
*/
6464
function encode(data: Record<string, any>): string {

0 commit comments

Comments
 (0)