Skip to content

Commit 2758d79

Browse files
committed
Minor typographical and blank space edits
1 parent 6f78329 commit 2758d79

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

source/features.html.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ title: Features - Ledger
66

77
Ledger is a powerful, double-entry accounting system that is accessed
88
from the UNIX command-line. This may put off some users, as there is no
9-
flashy UI, but for those who want unparalleled reporting access to their
10-
data, there really is no alternative.
9+
flashy user-interface (UI), but for those who want unparalleled
10+
reporting access to their data, there really is no alternative.
1111

12-
Here are some of the features of Ledger which set it apart from other
13-
accounting systems:
12+
Some of the features of Ledger which set it apart from other
13+
accounting systems include:
1414

15-
- Ledger never creates or modifies your data. Your entries are kept in
16-
a text file that **you maintain**, and you can rest assured, no
17-
automated tool will ever change that data.
15+
- Ledger never creates or modifies your data. Your entries are kept in
16+
a text file that **you maintain**, and you can rest assured, no
17+
automated tool will ever change that data.
1818

1919
- The amount of data required by Ledger is minimal. It figures out from
2020
looking at your data what you mean by it and how you want it reported
@@ -28,19 +28,19 @@ accounting systems:
2828
accuracies of your entries at every run; you won’t ever run into
2929
problems with “unaccounted” sums in an account.
3030

31-
- Ledger is 100% currency-agnostic. You can store multiple currencies
32-
in any account, convert between them, or even pay in one currency
33-
and receive change in another.
31+
- Ledger is 100% currency-agnostic. You can store multiple currencies
32+
in any account, convert between them, or even pay in one currency
33+
and receive change in another.
3434

35-
- Ledger is international. UTF8 is accepted anywhere in data files,
36-
Ledger uses ISO format dates, attaches no meaning to the naming of
37-
accounts, and can accept data in either US or European decimal
38-
formats. It will report currencies back to you following the manner
39-
of your own entries.
35+
- Ledger is international. UTF8 is accepted anywhere in data files,
36+
Ledger uses ISO format dates, attaches no meaning to the naming of
37+
accounts, and can accept data in either US or European decimal
38+
formats. It will report currencies back to you following the manner
39+
of your own entries.
4040

41-
- Ledger uses a simple set of base commands which can be extended in
42-
countless ways. You can create monthly reports, average reports,
43-
check account balances, reconcile accounts, keep track of capital
44-
gains on stocks, etc.
41+
- Ledger uses a simple set of base commands which can be extended in
42+
countless ways. You can create monthly reports, average reports,
43+
check account balances, reconcile accounts, keep track of capital
44+
gains on stocks, etc.
4545

4646
Read the [docs](docs.html) to learn more.

source/index.html.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ own textual format. Here’s what a single transaction might look like:
1818
Liabilities:MasterCard $-10.00
1919
```
2020

21-
You use the `ledger` command line program to see the balance of your accounts:
21+
You use the `ledger` command-line program to see the balance of your accounts:
2222

2323
```
24-
$ ledger -f your-file.dat balance
24+
$ ledger -f example.dat balance
2525
$10.00 Expenses:Auto:Gas
2626
$-10.00 Liabilities:MasterCard
2727
--------------------
@@ -31,7 +31,7 @@ $ ledger -f your-file.dat balance
3131
or the history of a particular account:
3232

3333
```
34-
$ ledger -f your-file.dat register Expenses
34+
$ ledger -f example.dat register Expenses
3535
15-Oct-12 Exxon Expenses:Auto:Gas $10.00 $10.00
3636
```
3737

0 commit comments

Comments
 (0)