diff --git a/app/models/tenure/FairholdLandRent.ts b/app/models/tenure/FairholdLandRent.ts index 1533048c..808e1206 100644 --- a/app/models/tenure/FairholdLandRent.ts +++ b/app/models/tenure/FairholdLandRent.ts @@ -26,7 +26,7 @@ type Lifetime = { }[]; export class FairholdLandRent { - /** Mortgage on the depreaciated value of the house */ + /** Mortgage on the depreciated value of the house */ depreciatedHouseMortgage: Mortgage; /** discounted value of the monthly land rent according to fairhold */ discountedLandRentMonthly: number;