ealush / vest

Vest ✅ Declarative validations framework

Home Page:https://vestjs.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Migration guide example code - eager -> mode

barryp opened this issue · comments

In vast/website/docs/upgrade_guide.md, line 26, shouldn't

+ eager(Modes.ALL);

be

+ mode(Modes.ALL);

Yep, you are right. Thank you. Mind submitting a quick PR? I'm away from my computer, traveling