Skip to content

Commit 53d6da6

Browse files
authored
fix: Fix grammar issues on README.md (vercel#54921)
In this PR resolved the grammatical error on the [README.md](https://github.com/vercel/next.js/blob/canary/examples/with-passport-and-next-connect/README.md) Fixes vercel#54919
1 parent 2b9ffb0 commit 53d6da6

File tree

1 file changed

+1
-1
lines changed
  • examples/with-passport-and-next-connect

1 file changed

+1
-1
lines changed

examples/with-passport-and-next-connect/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This example creates a basic [CRUD](https://en.wikipedia.org/wiki/Create,_read,_
44

55
The example shows how to do a sign up, login, logout, and account deactivation. It utilizes [SWR](https://swr.vercel.app/) to fetch the API.
66

7-
For demo purpose, the users database is stored in the cookie session. You need to replace it with an actual database to store users in [db.js](lib/db.js).
7+
For demo purposes, the users database is stored in the cookie session. You need to replace it with an actual database to store users in [db.js](lib/db.js).
88

99
## Deploy your own
1010

0 commit comments

Comments
 (0)