Fix spelling mistakes

This commit is contained in:
hinton 2020-06-04 22:15:45 +02:00
parent 34402571e7
commit 4d776ca0ef
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ export class FieldView implements View {
name: string = null;
value: string = null;
type: FieldType = null;
newField: boolean = false; // Marks if the filed is new and haven't been saved
newField: boolean = false; // Marks if the field is new and hasn't been saved
constructor(f?: Field) {
if (!f) {