1
0
mirror of https://github.com/bitwarden/browser synced 2024-12-25 09:32:06 +01:00

Fix spelling mistakes

This commit is contained in:
hinton 2020-06-04 22:15:45 +02:00
parent 34402571e7
commit 4d776ca0ef

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) {