Skip to content

Commit 1816e7b

Browse files
authored
Fix typo in code-flow.md
1 parent c587f55 commit 1816e7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs-src/code-flow.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To configure your solution for code flow + PKCE you have to set the `responseTyp
1515
// URL of the SPA to redirect the user to after login
1616
redirectUri: window.location.origin + '/index.html',
1717

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

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

3636
showDebugInformation: true,
3737

38-
// Not recommented:
38+
// Not recommended:
3939
// disablePKCI: true,
4040
};
4141
```

0 commit comments

Comments
 (0)