mirror of
https://github.com/bitwarden/browser
synced 2024-12-25 09:32:06 +01:00
Fix spelling mistakes
This commit is contained in:
parent
34402571e7
commit
4d776ca0ef
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user