Skip to content

Commit

Permalink
Merge pull request #250 from smkhalsa/patch-1
Browse files Browse the repository at this point in the history
Fix example provider name
  • Loading branch information
auser authored Jan 18, 2017
2 parents 5199f6f + 6c1a626 commit d797b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Sign in the user with a 3rd party credential provider. `credential` requires the

```javascript
const credential = {
provider: 'facebook.com',
provider: 'facebook',
token: '12345',
secret: '6789',
};
Expand Down

0 comments on commit d797b55

Please sign in to comment.