docs: fix typo in CmsModuleService (#10702)

This commit is contained in:
Shahed Nasser
2024-12-23 16:26:47 +02:00
committed by GitHub
parent 870cb6e88c
commit c2c24f40f2
@@ -85,7 +85,7 @@ export const methodsHighlights = [
] ]
```ts title="src/modules/cms/service.ts" highlights={methodsHighlights} ```ts title="src/modules/cms/service.ts" highlights={methodsHighlights}
export class BrandClient { export class CmsModuleService {
// ... // ...
// a dummy method to simulate sending a request, // a dummy method to simulate sending a request,