Skip to content

Commit d619664

Browse files
committedNov 25, 2022
Fix description typos
1 parent 9413af1 commit d619664

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎examples/express-demo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "express-demo",
33
"version": "1.0.0",
4-
"description": "Sample that shows how tu use jwks-rsa with Express",
4+
"description": "Sample that shows how to use jwks-rsa with Express",
55
"main": "server.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",

‎examples/hapi-demo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hapi-demo",
33
"version": "1.0.0",
4-
"description": "Sample that shows how tu use jwks-rsa with Hapi",
4+
"description": "Sample that shows how to use jwks-rsa with Hapi",
55
"main": "server.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"

‎examples/koa-demo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "koa-demo",
33
"version": "1.0.0",
4-
"description": "Sample that shows how tu use jwks-rsa with Koa",
4+
"description": "Sample that shows how to use jwks-rsa with Koa",
55
"main": "server.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)
Please sign in to comment.