From 0cc77aca17444d6d5e368cc86bcc10ca4b714fba Mon Sep 17 00:00:00 2001 From: morgan-at-cube <153563892+morgan-at-cube@users.noreply.github.com> Date: Thu, 13 Mar 2025 14:12:05 -0700 Subject: [PATCH] Update deployment-types.mdx fix typo --- docs/pages/product/deployment/cloud/deployment-types.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/product/deployment/cloud/deployment-types.mdx b/docs/pages/product/deployment/cloud/deployment-types.mdx index bb2592783a16a..73f500e2e561c 100644 --- a/docs/pages/product/deployment/cloud/deployment-types.mdx +++ b/docs/pages/product/deployment/cloud/deployment-types.mdx @@ -136,7 +136,7 @@ for each tenant. The following implementation will make sure that all requests from a particular tenant are always routed to the same production cluster. This -approach ensures that only one producton cluster keeps compiled data model +approach ensures that only one production cluster keeps compiled data model cache for each tenant and serves its requests. It allows to reduce the footprint of the compiled data model cache on individual production clusters.