Skip to content

Commit

Permalink
Fix typo in code-flow.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Bottswana authored May 6, 2020
1 parent c587f55 commit 1816e7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs-src/code-flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To configure your solution for code flow + PKCE you have to set the `responseTyp
// URL of the SPA to redirect the user to after login
redirectUri: window.location.origin + '/index.html',

// The SPA's id. The SPA is registerd with this id at the auth-server
// The SPA's id. The SPA is registered with this id at the auth-server
// clientId: 'server.code',
clientId: 'spa',

Expand All @@ -35,7 +35,7 @@ To configure your solution for code flow + PKCE you have to set the `responseTyp

showDebugInformation: true,

// Not recommented:
// Not recommended:
// disablePKCI: true,
};
```
Expand Down

0 comments on commit 1816e7b

Please sign in to comment.