Skip to content

Commit 4c77d6e

Browse files
authored
Merge pull request #2651 from fn-Drew/patch-1
Corrected word order typo
2 parents f9a232d + b5a12e2 commit 4c77d6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/4/en/part4d.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ The helper function _getTokenFrom_ isolates the token from the <i>authorization<
190190
const decodedToken = jwt.verify(token, process.env.SECRET)
191191
```
192192

193-
If the token is missing or is it invalid, the exception <i>JsonWebTokenError</i> is raised. We need to extend the error handling middleware to take care of this particular case:
193+
If the token is missing or it is invalid, the exception <i>JsonWebTokenError</i> is raised. We need to extend the error handling middleware to take care of this particular case:
194194

195195
```js
196196
const errorHandler = (error, request, response, next) => {

0 commit comments

Comments
 (0)