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 29ee23c0fabf8..54fd5ad17c6b5 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 { // ...