Skip to content

Commit c7ee13d

Browse files
authored
fixed a typo
1 parent 43a5e21 commit c7ee13d

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)