Skip to content

Commit

Permalink
docs: fix file path in CMS integration example
Browse files Browse the repository at this point in the history
  • Loading branch information
shahednasser authored Dec 10, 2024
1 parent e5e5a34 commit bbeba98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
// ...

Expand Down

0 comments on commit bbeba98

Please sign in to comment.