diff --git a/docs/03_Get-Started/step-26-mock-server-configuration-typescript-3e1c64f.md b/docs/03_Get-Started/step-26-mock-server-configuration-typescript-3e1c64f.md index a8de2ba..417b045 100644 --- a/docs/03_Get-Started/step-26-mock-server-configuration-typescript-3e1c64f.md +++ b/docs/03_Get-Started/step-26-mock-server-configuration-typescript-3e1c64f.md @@ -161,7 +161,7 @@ export default { const urlParams = new URLSearchParams(window.location.search); // configure mock server with a delay - mockServer.config({ + MockServer.config({ autoRespond: true, autoRespondAfter: parseInt(urlParams.get("serverDelay") || "500") });