diff --git a/lib/core/src/lib/form/components/widgets/core/form-field.model.spec.ts b/lib/core/src/lib/form/components/widgets/core/form-field.model.spec.ts index a49a9cb1e9..1293dc4a4a 100644 --- a/lib/core/src/lib/form/components/widgets/core/form-field.model.spec.ts +++ b/lib/core/src/lib/form/components/widgets/core/form-field.model.spec.ts @@ -771,7 +771,7 @@ describe('FormFieldModel', () => { ]; }); - it('should update form with selected option and options from which we chose when is a strign', () => { + it('should update form with selected option and options from which we chose when is a string', () => { field.value = 'restOpt2'; field.updateForm();