Skip to content

Commit 677016d

Browse files
committed
Fixed dots count typo
1 parent 904246f commit 677016d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ app.get('/jwt', function(req, res) {
167167
</div>
168168
<br/><br/>
169169
<h3>Token schema</h3>
170-
<p>Did you notice 3 dots(.) in the token? Dots (.) separate 3 important parts of the token</p>
170+
<p>Did you notice two dots(.) in the token? These dots (.) separate 3 important parts of the token</p>
171171
172172
<b><code>{<span style="color:red;">header</span>}.{<span style="color:blue;">payload</span>}.{<span style="color:green;">signature</span>}</code></b><br/>
173173
<ol>

0 commit comments

Comments
 (0)