Skip to content

Commit 33c288e

Browse files
authored
Update README.md
1 parent a5cb28c commit 33c288e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export class OnboardingComponent {
6868
ngOnInit() {
6969
this.onboardingForm = this.builder.group({
7070
name: [null, Validators.required],
71-
age: [null, Validators.required]),
71+
age: [null, Validators.required],
7272
city: [null, Validators.required]
7373
});
7474

0 commit comments

Comments
 (0)