From 27bbf1a28a74efd01f8edc1ef067aa7b5a075dd8 Mon Sep 17 00:00:00 2001 From: Junichi Sato <22004610+sato11@users.noreply.github.com> Date: Tue, 5 Jul 2022 11:39:20 +0900 Subject: [PATCH] docs: Correct grammatical error --- docs/docs/providers/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/providers/index.md b/docs/docs/providers/index.md index 1b4f50f40f..3e4ed4ea06 100644 --- a/docs/docs/providers/index.md +++ b/docs/docs/providers/index.md @@ -5,7 +5,7 @@ title: Overview Authentication Providers in **NextAuth.js** are services that can be used to sign in a user. -There's four ways a user can be signed in: +There are four ways a user can be signed in: - [Using a built-in OAuth Provider](/configuration/providers/oauth) (e.g Github, Twitter, Google, etc...) - [Using a custom OAuth Provider](/configuration/providers/oauth#using-a-custom-provider)