typo auth => oauth3

This commit is contained in:
AJ ONeal 2018-07-06 05:48:25 +00:00
parent c5735f402c
commit 58f245f90c
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ If you have no idea what you're doing
`app.js`:
```js
var OAUTH3 = window.OAUTH3;
var auth = OAUTH3.create(window.location); // use window.location to set Client URI (your app's id)
var oauth3 = OAUTH3.create(window.location); // use window.location to set Client URI (your app's id)
// this is any OAuth3-compatible provider, such as oauth3.org