Skip to content

Commit 8bc37eb

Browse files
authored
Merge pull request #14 from Ucaninek/master
fix typos @ README.md
2 parents 466aadb + a030b4a commit 8bc37eb

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ Family Accounting Tool
33

44
[![CI Status](https://github.com/nymanjens/facto/actions/workflows/ci.yml/badge.svg)](https://github.com/nymanjens/facto/actions)
55

6-
Familiy Accounting Tool keeps track of every transaction your family makes. Its goal is to:
6+
Family Accounting Tool keeps track of every transaction your family makes. Its goal is to:
77

8-
- Extract usefull statistics from the data<br>
8+
- Extract useful statistics from the data<br>
99
_E.g.: How much is spent on food each month?_
1010
- Calculate internal debt<br>
1111
_E.g.: Alice buys toilet paper for the whole family with her own money. This tool then registers
12-
that the family ows Alice the cost of the toilet paper._
12+
that the family owes Alice the cost of the toilet paper._
1313
- Provide a way to check if no money is disappearing in unexpected expenses<br>
1414
_E.g.: You will notice when there are hidden banking costs_
1515

@@ -96,12 +96,12 @@ To effectively use this tool, you must learn to input the transactions correctly
9696
it's important to understand the meaning of categories and accounts.
9797
9898
### Categories
99-
These are used to split up your expenses into categories. Every account has some special
99+
These are used to split up your expenses into categories. Every account has some
100100
special categories:
101101
102102
- **Accounting category:**<br>
103-
Used for non-real income/expenses. This category will be ignored when analysing the montly
104-
surplus/deficit in terms of expenses. Use this category e.g. when the expense will be payed
103+
Used for non-real income/expenses. This category will be ignored when analysing the monthly
104+
surplus/deficit in terms of expenses. Use this category e.g. when the expense will be paid
105105
back by your employer
106106
- **Endowment category:**<br>
107107
Used for money transfer to the common account (see example in the next section)
@@ -126,9 +126,9 @@ Special fields:
126126
- **Beneficiary:**<br>
127127
In case of an expense: The one that will benefit from the expense<br>
128128
In case of an income: The one that was paid
129-
- **Payed with/to:**<br>
130-
In case of an expense: Payed with<br>
131-
In case of an income: Payed to
129+
- **Paid with/to:**<br>
130+
In case of an expense: Paid with<br>
131+
In case of an income: Paid to
132132
- **Flow:**<br>
133133
In case of an expense: Negative number representing the price<br>
134134
In case of an income: Positive number

0 commit comments

Comments
 (0)