Skip to content

Commit

Permalink
docs(provider): fix typos in providers code snippets [skip release] (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
cascandaliato authored and balazsorban44 committed Feb 1, 2021
1 parent 65e4910 commit 23ada52
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion www/docs/getting-started/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ The value for `clientMaxAge` should always be lower than the value of the sessio

#### Keep Alive

The `keepAlive` option is how often the client should contact the server to avoid a session expirying.
The `keepAlive` option is how often the client should contact the server to avoid a session expiring.

When `keepAlive` is set to `0` (the default) it will not send a keep alive message.

Expand Down
2 changes: 1 addition & 1 deletion www/docs/providers/atlassian.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ providers: [
scope:
'write:jira-work read:jira-work read:jira-user offline_access read:me',
})
}
]
...
```

Expand Down
2 changes: 1 addition & 1 deletion www/docs/providers/auth0.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ providers: [
clientSecret: process.env.AUTH0_CLIENT_SECRET,
domain: process.env.AUTH0_DOMAIN
})
}
]
...
```

Expand Down
2 changes: 1 addition & 1 deletion www/docs/providers/battlenet.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ providers: [
clientSecret: process.env.BATTLENET_CLIENT_SECRET,
region: process.env.BATTLENET_REGION
})
}
]
...
```
2 changes: 1 addition & 1 deletion www/docs/providers/box.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ providers: [
clientId: process.env.BOX_CLIENT_ID,
clientSecret: process.env.BOX_CLIENT_SECRET
})
}
]
...
```
2 changes: 1 addition & 1 deletion www/docs/providers/bungie.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ providers: [
'X-API-Key': provess.env.BUNGIE_API_KEY
}
}),
}
]
...
```

Expand Down
2 changes: 1 addition & 1 deletion www/docs/providers/cognito.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ providers: [
clientSecret: process.env.COGNITO_CLIENT_SECRET,
domain: process.env.COGNITO_DOMAIN,
})
}
]
...
```

Expand Down
2 changes: 1 addition & 1 deletion www/docs/providers/facebook.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ providers: [
clientId: process.env.FACEBOOK_CLIENT_ID,
clientSecret: process.env.FACEBOOK_CLIENT_SECRET
})
}
]
...
```

Expand Down
2 changes: 1 addition & 1 deletion www/docs/providers/foursquare.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ providers: [
clientSecret: process.env.FOURSQUARE_CLIENT_SECRET,
apiVersion: 'YYYYMMDD'
})
}
]
...
```
2 changes: 1 addition & 1 deletion www/docs/providers/fusionauth.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ providers: [
clientSecret: process.env.FUSIONAUTH_SECRET,
tenantId: process.env.FUSIONAUTH_TENANT_ID // Only required if you're using multi-tenancy
}),
}
]
...
```

Expand Down
2 changes: 1 addition & 1 deletion www/docs/providers/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ providers: [
clientId: process.env.GITHUB_CLIENT_ID,
clientSecret: process.env.GITHUB_CLIENT_SECRET
})
}
]
...
```

Expand Down
2 changes: 1 addition & 1 deletion www/docs/providers/gitlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ providers: [
clientId: process.env.GITLAB_CLIENT_ID,
clientSecret: process.env.GITLAB_CLIENT_SECRET
})
}
]
...
```

Expand Down
2 changes: 1 addition & 1 deletion www/docs/providers/identity-server4.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ providers: [
clientId: process.env.IdentityServer4_CLIENT_ID,
clientSecret: process.env.IdentityServer4_CLIENT_SECRET
})
}
]
...
```

Expand Down
2 changes: 1 addition & 1 deletion www/docs/providers/netlify.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ providers: [
clientId: process.env.NETLIFY_CLIENT_ID,
clientSecret: process.env.NETLIFY_CLIENT_SECRET
})
}
]
...
```
2 changes: 1 addition & 1 deletion www/docs/providers/okta.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ providers: [
clientSecret: process.env.OKTA_CLIENT_SECRET,
domain: process.env.OKTA_DOMAIN
})
}
]
...
```
2 changes: 1 addition & 1 deletion www/docs/providers/reddit.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ providers: [
clientId: process.env.REDDIT_CLIENT_ID,
clientSecret: process.env.REDDIT_CLIENT_SECRET
})
}
]
...
```

Expand Down
2 changes: 1 addition & 1 deletion www/docs/providers/salesforce.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ providers: [
clientId: process.env.SALESFORCE_CLIENT_ID,
clientSecret: process.env.SALESFORCE_CLIENT_SECRET,
})
}
]
...
```
2 changes: 1 addition & 1 deletion www/docs/providers/spotify.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ providers: [
clientId: process.env.SPOTIFY_CLIENT_ID,
clientSecret: process.env.SPOTIFY_CLIENT_SECRET
})
}
]
...
```
2 changes: 1 addition & 1 deletion www/docs/providers/strava.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ providers: [
clientId: process.env.STRAVA_CLIENT_ID,
clientSecret: process.env.STRAVA_CLIENT_SECRET,
})
}
]
...
```
2 changes: 1 addition & 1 deletion www/docs/providers/twitch.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ providers: [
clientId: process.env.TWITCH_CLIENT_ID,
clientSecret: process.env.TWITCH_CLIENT_SECRET
})
}
]
...
```
2 changes: 1 addition & 1 deletion www/docs/providers/twitter.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ providers: [
clientId: process.env.TWITTER_CLIENT_ID,
clientSecret: process.env.TWITTER_CLIENT_SECRET
})
}
]
...
```

Expand Down
2 changes: 1 addition & 1 deletion www/docs/providers/yandex.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ providers: [
clientId: process.env.YANDEX_CLIENT_ID,
clientSecret: process.env.YANDEX_CLIENT_SECRET
})
}
]
...
```

0 comments on commit 23ada52

Please sign in to comment.