Skip to content

Commit 344ae77

Browse files
authored
Merge pull request jsonwebtoken#322 from iamsunny/patch-1
fixed a typo
2 parents 43a5e21 + c7ee13d commit 344ae77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/token-editor-common.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
base64UrlEncode(header) + "." +
3636
base64UrlEncode(payload),
3737
<textarea rows="4" name="public-key" placeholder="Public Key or Certificate. Enter it in plain text only if you want to verify a token"></textarea>,
38-
<textarea rows="5" name="private-key" placeholder="Private Key. Enter the it in plain text only if you want to generate a new token. The key never leaves your browser."></textarea>
38+
<textarea rows="5" name="private-key" placeholder="Private Key. Enter it in plain text only if you want to generate a new token. The key never leaves your browser."></textarea>
3939
)

0 commit comments

Comments
 (0)