Skip to content

Commit 5786bc3

Browse files
committed
**Fix:** Fix typo in basic action
1 parent a903d63 commit 5786bc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/Basic/_actions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const LOAD_{{ constantCase name }}_FAIL = '[{{ titleCase name
1010
export class Load{{ titleCase name }}Action implements Action {
1111
readonly type = LOAD_{{ constantCase name }};
1212

13-
constructor(public paylaod: any) { }
13+
constructor(public payload: any) { }
1414
}
1515

1616
export class Load{{ titleCase name }}SuccessAction implements Action {

0 commit comments

Comments
 (0)