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)