Name
diff --git a/Client/src/app/components/missionary-form-page/missionary-form-page.component.ts b/Client/src/app/components/missionary-form-page/missionary-form-page.component.ts
index 40fab33..45ef713 100644
--- a/Client/src/app/components/missionary-form-page/missionary-form-page.component.ts
+++ b/Client/src/app/components/missionary-form-page/missionary-form-page.component.ts
@@ -65,7 +65,7 @@ export class MissionaryFormPageComponent implements OnInit {
rateOfSuccess: ['', Validators.required],
predestination: ['', Validators.required],
fellowshipAssocation: ['', Validators.required],
- collegeRecomendations: this.formBuilder.array([this.createCollegeRecommendation(),this.createCollegeRecommendation(),this.createCollegeRecommendation()], this.minCollegeValidator),
+ collegeRecommendations: this.formBuilder.array([this.createCollegeRecommendation(),this.createCollegeRecommendation(),this.createCollegeRecommendation()], this.minCollegeValidator),
admittedWrong: ['', Validators.required],
divorced: [undefined, Validators.required],
groundsForRemarry: [undefined, Validators.required],