Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankHossfeld authored Jun 6, 2023
1 parent d3c9305 commit 471670e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ These are the annotations provided by Malio:
The `MalioValidator`-annotation can be added to a **class**. The annotation is necessary to trigger the creation of a
validator. Without this annotation no validator or constraint will be created!

THe annotation has two parameters:
The annotation has two parameters:

* **generateCheckMethod**: to trigger the generation of the `check`-method. (default: **true**)
* **generateValidateMethod**: to trigger the generation of the `validate`-method. (default: **true**)
Expand Down

0 comments on commit 471670e

Please sign in to comment.