1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-01-06 18:57:56 +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; name: string = null;
value: string = null; value: string = null;
type: FieldType = 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) { constructor(f?: Field) {
if (!f) { if (!f) {