Skip to content

Commit 3034c53

Browse files
authored
pr: chore - Fix typo in ContentType definition for Credentials (#2697)
1 parent beb6104 commit 3034c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/docs/cms/typescript/documents-and-entries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ function processUsageMetrics(
157157
Using the types' second parameter (`TKeys`), it is possible to obtain a subset of an entity.
158158

159159
```typescript
160-
type Credentials = Data.ContentType<'api::acount.acount', 'email' | 'password'>;
160+
type Credentials = Data.ContentType<'api::account.account', 'email' | 'password'>;
161161
// ^? { email: string; password: string }
162162
```
163163

0 commit comments

Comments
 (0)