fix(curriculum): clarify hint (#46960)

Update logging-a-user-out.md

changed `req.Logout` to `req.logout()` under hints
This commit is contained in:
Cheryl M
2022-07-23 02:52:03 +10:00
committed by GitHub
parent 7a0f376391
commit da71c1721d
@@ -34,7 +34,7 @@ Submit your page when you think you've got it right. If you're running into erro
# --hints--
`req.Logout` should be called in your `/logout` route.
`req.logout()` should be called in your `/logout` route.
```js
(getUserInput) =>