Skip to content

Commit 4d6b995

Browse files
committed
fix: format readme
1 parent df9edf9 commit 4d6b995

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -576,8 +576,8 @@ must be applied always no matter which group is used.
576576
## Validation option validateIf
577577

578578
If you want an individual validaton decorator to apply conditionally, you can you can use the option `validateIf` available to all validators.
579-
This allows more granular control than the `@ValidateIf` decorator which toggles all validators on the property, but keep in mind that
580-
with great power comes great responsibility: Take care not to create unnecessarily complex validation logic.
579+
This allows more granular control than the `@ValidateIf` decorator which toggles all validators on the property, but keep in mind that
580+
with great power comes great responsibility: Take care not to create unnecessarily complex validation logic.
581581

582582
```typescript
583583
class MyClass {

0 commit comments

Comments
 (0)