-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: fix typo in mortgage 'principle' #117
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very good spot thanks - there's a mismatch between a number of functions and the class property.
I'm not sure this is a spelling issue, or UK vs US spellings issue, though - principle and principal are two different words and I think "principal" is right here.
Principal in a mortgage sense is the amount borrowed, but I think is often confused with the banking term "mortgage in principle" (i.e. in theory you can borrow based on what we know, as in "from first principles").
Excellent spot! I think you're right and I got wires crossed with mortgage in principle, in any case all consistent to 'principal' now. |
Co-authored-by: Dafydd Llŷr Pearson <[email protected]>
Does what it says--fixes instances of mortgage
principal
toprinciple
.