docs: rename outdated validateTree example's model

This commit is contained in:
Michael Small 2026-05-04 12:27:36 -05:00 committed by Matthew Beck (Berry)
parent 28e7bfaf77
commit 0ef43c5ff3

View file

@ -495,7 +495,7 @@ interface User {
/* ... */
})
export class UserFormComponent {
readonly userModel = model<DTO>({
readonly userModel = model<User>({
firstName: '',
lastName: '',
});