From a6a732667e14235df9fa5f1af1aca98b8ac638d0 Mon Sep 17 00:00:00 2001 From: Peter Neave Date: Thu, 18 Apr 2019 16:03:27 +1000 Subject: [PATCH] Fix spelling mistake --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4bc72b3..124381e8 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ export const authConfig: AuthConfig = { // 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: 'spa-demo', // set the scope for the permissions the client should request