Skip to content

Commit 1549094

Browse files
authored
Merge pull request jsonwebtoken#359 from nloadholtes/nloadholtes-patch-2
Small typo fix
2 parents 5945217 + 4383c4c commit 1549094

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

views/extension/index.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ block content
4040
| Supported by &nbsp
4141
img(src="/img/ico_logo.svg")
4242
a &nbsp-&nbsp
43-
a.keep-deco(href='https://github.com/jsonwebtoken/jsonwebtoken.github.io/blob/master/LICENSE.txt', target="_blank") Licence
43+
a.keep-deco(href='https://github.com/jsonwebtoken/jsonwebtoken.github.io/blob/master/LICENSE.txt', target="_blank") License
4444

4545
.pull-right.save-back.hide
4646
a#save-back-link(href="#") Save back to localStorage

views/website/layout.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ html(lang='en')
6363
span Missing something?
6464
a(href='https://github.com/jsonwebtoken/jsonwebtoken.github.io/tree/master/views', target="_blank") Send a Pull Request
6565
a(style='text-decoration: none') -
66-
a(href='https://github.com/jsonwebtoken/jsonwebtoken.github.io/blob/master/LICENSE.txt', target="_blank") Licence
66+
a(href='https://github.com/jsonwebtoken/jsonwebtoken.github.io/blob/master/LICENSE.txt', target="_blank") License
6767
.column.social-counter
6868
a.twitter-follow-button(href='https://twitter.com/auth0', data-show-count='true') Follow @auth0
6969

0 commit comments

Comments
 (0)