Skip to content

Commit f9103fd

Browse files
committed
docs: update user guide
1 parent eaf0296 commit f9103fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user-guide/validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export interface MyCustomValidationError {
5151
}
5252

5353
// @ts-ignore
54-
declare module 'ngrx-forms/src/state' {
54+
declare module 'ngrx-forms' {
5555
export interface ValidationErrors {
5656
myCustomError?: MyCustomValidationError;
5757
}

0 commit comments

Comments
 (0)