Skip to content

Commit dd0ab2c

Browse files
authored
chore: fix typo (#1577)
1 parent 20a3739 commit dd0ab2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/en/providers/google.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ google: {
5151
responseType: 'code',
5252
endpoints: {
5353
token: 'http://localhost:8000/user/google/', // somm backend url to resolve your auth with google and give you the token back
54-
userInfo: 'http://localhost:8000/auth/user/' // the endpoint to get the user info after you recived the token
54+
userInfo: 'http://localhost:8000/auth/user/' // the endpoint to get the user info after you received the token
5555
},
5656
},
5757
```

0 commit comments

Comments
 (0)