Skip to content

Commit

Permalink
docs: fix grammar error (#5254)
Browse files Browse the repository at this point in the history
  • Loading branch information
EstebanDalelR committed Sep 1, 2022
1 parent 39fec73 commit 3b7c988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/getting-started/example.md
Expand Up @@ -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.",
})
}
}
Expand Down

1 comment on commit 3b7c988

@vercel
Copy link

@vercel vercel bot commented on 3b7c988 Sep 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.