Fix: Incorrect number of closing parenthesis (#219)
This commit is contained in:
parent
f7d6b7193c
commit
08b96a693a
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ If the `keycloak.json` file is in a different location you can specify it:
|
|||
|
||||
[source,javascript]
|
||||
----
|
||||
var keycloak = Keycloak('http://localhost:8080/myapp/keycloak.json'));
|
||||
var keycloak = Keycloak('http://localhost:8080/myapp/keycloak.json');
|
||||
----
|
||||
|
||||
Alternatively, you can pass in a JavaScript object with the required configuration instead:
|
||||
|
|
Loading…
Reference in a new issue