Skip to content

Commit ae6d72b

Browse files
authored
Merge pull request #174 from maxfarseer/master
hooks/14_FormValidation/fix typo in path
2 parents 2f4a496 + 9553172 commit ae6d72b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hooks/14_FormValidation/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export const loginFormValidation = createFormValidation(
108108

109109
- Let's create now a class to hold the dataFormErrors.
110110

111-
_./src/login/loginPage.viewmodel.ts_
111+
_./src/pages/loginPage.viewmodel.ts_
112112

113113
```typescript
114114
import { FieldValidationResult } from "lc-form-validation";

0 commit comments

Comments
 (0)