From 24a5c598574b17cf53bf31ea14b9c00ed514aba1 Mon Sep 17 00:00:00 2001 From: Rafael Lawisch Date: Tue, 7 Nov 2023 16:25:02 -0300 Subject: [PATCH] fix: typo (#1591) --- docs-js/tutorials/multi-tenant-application.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.