From 37650031fd0bac1a5b0d682bbfcf8c1705917aa9 Mon Sep 17 00:00:00 2001 From: Mikael Viitaniemi Date: Mon, 9 Nov 2020 12:36:47 +0200 Subject: [PATCH] docs: fix spelling in README.md: Peak -> Peek (#754) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d76f879..b0afff0 100644 --- a/README.md +++ b/README.md @@ -232,7 +232,7 @@ jwt.verify(token, getKey, options, function(err, decoded) { ```
-Need to peak into a JWT without verifying it? (Click to expand) +Need to peek into a JWT without verifying it? (Click to expand) ### jwt.decode(token [, options])