mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
Fix spelling mistakes
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user