Skip to content

Commit 628b169

Browse files
Documentation edits made through Mintlify web editor (calcom#22774)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
1 parent 19d7764 commit 628b169

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/developing/open-source-contribution/contributors-guide.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ To ensure consistency and make files easy to fuzzy-find, we follow the naming co
5656

5757
**Pattern:**
5858

59-
Prisma<Entity>Repository.ts
59+
Prisma`<Entity>`Repository.ts
6060

6161
**Examples:**
6262

63-
```ts
63+
```js
6464
// File: PrismaAppRepository.ts
6565
export class PrismaAppRepository { ... }
6666

@@ -80,11 +80,11 @@ Keep naming specific — avoid generic names like AppService.ts.
8080

8181
**Pattern:**
8282

83-
<Entity>Service.ts
83+
`<Entity>`Service.ts
8484

8585
**Examples:**
8686

87-
```ts
87+
```js
8888
// File: MembershipService.ts
8989
export class MembershipService { ... }
9090

0 commit comments

Comments
 (0)