Skip to content

Commit 8a0d84f

Browse files
authored
fix typo: Dcoumentation -> Documentation
1 parent 529c8d0 commit 8a0d84f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ app.get('', function(req, res) {
139139
<span style="opacity:0.8;float:left;font-size:80%;">
140140
<a href="${NEW_ISSUE_URL}" target="_blank" target="_blank">Report a bug/improvement</a>
141141
<br/><a href="https://twitter.com/intent/tweet?text=%22Learn%20JWT%20by%20reverse%20engineering%22%20%20%40pradeep_io&url=${CODE_REPOSITORY}" target="_blank">Share on twitter</a>
142-
<br/><br/><a href="/docs" target="_blank">Read Dcoumentation</a>
142+
<br/><br/><a href="/docs" target="_blank">Read Documentation</a>
143143
<script async defer src="https://buttons.github.io/buttons.js"></script>
144144
<br/><br/><a style="padding-top:12px;" class="github-button" href="${CODE_REPOSITORY}" data-color-scheme="no-preference: light; light: light; light: light;" data-size="small" data-show-count="true" aria-label="Star the repo on GitHub">Star/Fork the repo</a>
145145
</span>
@@ -1040,4 +1040,4 @@ function setDefaultStrategy(req, tokenExchange) {
10401040
tokenExchange.setTokenReadStrategy(new ReadFromCookies()).read(req);
10411041
}
10421042
// Second check cookie
1043-
}
1043+
}

0 commit comments

Comments
 (0)