Skip to content

typo fix #1412

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/classes/AuthConfig.html
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ <h3 id="inputs">

<tr>
<td class="col-md-4">
<div class="io-description"><p>Code Flow is by defauld used together with PKCI which is also higly recommented.
<div class="io-description"><p>Code Flow is by default used together with PKCI which is also higly recommented.
You can disbale it here by setting this flag to true.
<a href="https://tools.ietf.org/html/rfc7636#section-1.1">https://tools.ietf.org/html/rfc7636#section-1.1</a></p>
</div>
Expand Down Expand Up @@ -2544,7 +2544,7 @@ <h3 id="inputs">
public useSilentRefresh?;

/**
* Code Flow is by defauld used together with PKCI which is also higly recommented.
* Code Flow is by default used together with PKCI which is also higly recommented.
* You can disbale it here by setting this flag to true.
* https://tools.ietf.org/html/rfc7636#section-1.1
*/
Expand Down
2 changes: 1 addition & 1 deletion docs/injectables/OAuthService.html
Original file line number Diff line number Diff line change
Expand Up @@ -7430,7 +7430,7 @@ <h3 id="inputs">

<tr>
<td class="col-md-4">
<div class="io-description"><p>Code Flow is by defauld used together with PKCI which is also higly recommented.
<div class="io-description"><p>Code Flow is by default used together with PKCI which is also higly recommented.
You can disbale it here by setting this flag to true.
<a href="https://tools.ietf.org/html/rfc7636#section-1.1">https://tools.ietf.org/html/rfc7636#section-1.1</a></p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion projects/lib/src/auth.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ export class AuthConfig {
public useSilentRefresh?;

/**
* Code Flow is by defauld used together with PKCI which is also higly recommented.
* Code Flow is by default used together with PKCI which is also higly recommented.
* You can disbale it here by setting this flag to true.
* https://tools.ietf.org/html/rfc7636#section-1.1
*/
Expand Down