Skip to content

Commit

Permalink
Update validation.rst
Browse files Browse the repository at this point in the history
at line 647 put 'IsTrue' instead of 'True'
  • Loading branch information
syedi authored and xabbuh committed Dec 31, 2015
1 parent 0be81f4 commit e9cfc09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/validation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ this method must return ``true``:
AppBundle\Entity\Author:
getters:
passwordLegal:
- 'True': { message: 'The password cannot match your first name' }
- 'IsTrue': { message: 'The password cannot match your first name' }
.. code-block:: xml
Expand Down

0 comments on commit e9cfc09

Please sign in to comment.