diff --git a/docs-js/tutorials/multi-tenant-application.mdx b/docs-js/tutorials/multi-tenant-application.mdx index 17c487b00dc..4d0fb2f34e8 100644 --- a/docs-js/tutorials/multi-tenant-application.mdx +++ b/docs-js/tutorials/multi-tenant-application.mdx @@ -197,7 +197,7 @@ export async function serviceRoute(req: Request, res: Response) { ### Deploy the Application Before you can deploy the application, you need to create a service instance for the destination and XSUAA service in your account. -There is an `xs-sercurity.json` file in the `service-config` folder to create the XSUAA instance. +There is an `xs-security.json` file in the `service-config` folder to create the XSUAA instance. Align the name of your service instances with the ones in the `manifest.yml`. Also, adjust the route to use the region of your CF, e.g., `cfapps.us10.hana.ondemand.com`, and the route path to make it unique in the region.