Fix misspelling

This commit is contained in:
2025-07-14 19:54:35 -07:00
parent 93d9aa31f8
commit 14282a2eb2
+1 -1
View File
@@ -58,7 +58,7 @@ namespace BoredCareers.Entities {
public int ID { get; set; } // PK
public int ResumeID { get; set; } // FK
public int ResumeMilitaryID { get; set; } // FK
public string Achevement { get; set; } = "";
public string Achievement { get; set; } = "";
public string Description { get; set; } = "";
}