From 212b37c2fe827c2df34c5c3f1e59c7744fd2728d Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Tue, 10 Dec 2024 09:59:08 +0200 Subject: [PATCH] docs: fix file path in CMS integration example (#10516) --- .../app/learn/customization/integrate-systems/service/page.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/apps/book/app/learn/customization/integrate-systems/service/page.mdx b/www/apps/book/app/learn/customization/integrate-systems/service/page.mdx index 29ee23c0fa..54fd5ad17c 100644 --- a/www/apps/book/app/learn/customization/integrate-systems/service/page.mdx +++ b/www/apps/book/app/learn/customization/integrate-systems/service/page.mdx @@ -84,7 +84,7 @@ export const methodsHighlights = [ ["20", "retrieveBrands", "A method that retrieves a brand from a third-party system."] ] -```ts title="src/modules/brand/services/client.ts" highlights={methodsHighlights} +```ts title="src/modules/cms/service.ts" highlights={methodsHighlights} export class BrandClient { // ...