Skip to content

Commit

Permalink
docs: some spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
howeyc committed Aug 23, 2023
1 parent 5a429c0 commit 5dc07c6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions ledger/book/src/01_02_FileFormat.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ number of _postings_ per transaction.

Note the _accounts_ used in this example.
One begins with `Expenses` and the other begins with `Assets`.
Expenses are _credited_ because the money flows _toward_ them.
Expenses are _credited_ because the money flows to them.
Assets are credited when you add funds and debited when you move money to
something else.
In this transaction, you're deducting money from an account representing your
Expand Down Expand Up @@ -101,8 +101,7 @@ them. Here's an example.

You may be wondering how we track stocks, currencies, commodities, etc.
All of those are reporting considerations, transactions are all that's contained
in a ledger file. Simplicity of file formats for possible use with other tools
is a guiding principle of ledger.
in a ledger file. Simplicity of the file format is a guiding principle of ledger.

Reporting functions available in ledger are very powerful, and will be introduced
in later chapters.
Expand All @@ -124,7 +123,7 @@ between accounts in transactions. The significance of what a number means or
represents is entirely up to the user.

**Note:** Even though there is no support for commodities in the ledger file
format, support for commidities exists in the web reporting features.
format, support for commodities exists in the web reporting features.

### Minimal Command Directive Support

Expand Down

0 comments on commit 5dc07c6

Please sign in to comment.