docs: fix typos across several files (#561)

This commit is contained in:
sajadmh
2024-11-16 20:53:17 -08:00
committed by GitHub
parent 1734d94bb7
commit 5063c2acda
6 changed files with 8 additions and 8 deletions

View File

@@ -15,7 +15,7 @@ description: LinkedIn Provider
In the LinkedIn portal under products you need the **Sign In with LinkedIn using OpenID Connect** product.
</Callout>
There a some different Guides here:
There are some different Guides here:
[Authorization Code Flow (3-legged OAuth) (Outdated)](https://learn.microsoft.com/en-us/linkedin/shared/authentication/authorization-code-flow)
[Sign In with LinkedIn using OpenID Connect](https://learn.microsoft.com/en-us/linkedin/consumer/integrations/self-serve/sign-in-with-linkedin-v2?context=linkedin%2Fconsumer%2Fcontext)

View File

@@ -44,7 +44,7 @@ description: Twitter Provider
}
```
<Callout type="warn">
If twitter doesn't return the email address, the authencatino wouldn't be successful. Make sure to ask for the email address when you create the Twitter app.
If twitter doesn't return the email address, the authentication wouldn't be successful. Make sure to ask for the email address when you create the Twitter app.
</Callout>
</Step>
</Steps>