Skip to content

Commit

Permalink
docs: fix typo in CmsModuleService (#10702)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahednasser authored Dec 23, 2024
1 parent 870cb6e commit c2c24f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const methodsHighlights = [
]

```ts title="src/modules/cms/service.ts" highlights={methodsHighlights}
export class BrandClient {
export class CmsModuleService {
// ...

// a dummy method to simulate sending a request,
Expand Down

0 comments on commit c2c24f4

Please sign in to comment.