From 3b7c9886c37262ba0c15143ef23e310ff5a1f90b Mon Sep 17 00:00:00 2001 From: Esteban Dalel R Date: Thu, 1 Sep 2022 04:04:30 -0700 Subject: [PATCH] docs: fix grammar error (#5254) --- docs/docs/getting-started/example.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/getting-started/example.md b/docs/docs/getting-started/example.md index b78c5e102d..420b4c5841 100644 --- a/docs/docs/getting-started/example.md +++ b/docs/docs/getting-started/example.md @@ -120,7 +120,7 @@ export default async (req, res) => { }) } else { res.send({ - error: "You must be sign in to view the protected content on this page.", + error: "You must be signed in to view the protected content on this page.", }) } }