Skip to content

Commit

Permalink
Merge pull request #650 from abdulvahidkp/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiin authored Aug 21, 2024
2 parents e0f3398 + b14ba6a commit 6ba5405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/type-safety.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ For now type safety is optional and need to be enabled. We're planning to make a

You can also use the generated types in your DTOs. This way you can reduce the chance of having a typo in your validation messages.

```typescript title="src/craete-user.dto.ts"
```typescript title="src/create-user.dto.ts"
import { I18nTranslations } from './generated/i18n.generated.ts';
import {
IsEmail,
Expand Down

0 comments on commit 6ba5405

Please sign in to comment.