Skip to content

Commit

Permalink
Fix misspelled word in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ubuntu-prasad authored and jfromaniello committed Jun 29, 2022
1 parent 45ba2e0 commit f0e41d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -94,7 +94,7 @@ To only protect specific paths (e.g. beginning with `/api`), use [express router
app.use("/api", jwt({ secret: "shhhhhhared-secret", algorithms: ["HS256"] }));
```

Or, the other way around, if you want to make some paths unprotected, cal `unless` like so.
Or, the other way around, if you want to make some paths unprotected, call `unless` like so.

```javascript
app.use(
Expand Down

0 comments on commit f0e41d6

Please sign in to comment.