summaryrefslogtreecommitdiff
path: root/doc/ledger-mode.texi
diff options
context:
space:
mode:
authorLewWadoo <lewwadoo@gmail.com>2018-11-29 20:00:15 +0300
committerGitHub <noreply@github.com>2018-11-29 20:00:15 +0300
commit22e3b7b2e8077c337111f729a61dc3a20105d576 (patch)
treef1b3c44b77b7e633d97ddcfff54262a3b4d2ca5f /doc/ledger-mode.texi
parentccb0bcf938761fc4f066fee5c6259772b872e5eb (diff)
typos [ci skip]
Diffstat (limited to 'doc/ledger-mode.texi')
-rw-r--r--doc/ledger-mode.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ledger-mode.texi b/doc/ledger-mode.texi
index b4352c8..37ca5c5 100644
--- a/doc/ledger-mode.texi
+++ b/doc/ledger-mode.texi
@@ -313,7 +313,7 @@ posting.
@cindex balance
You will often want to quickly check the balance of an account. The
-easiest way it to position point on the account you are interested in,
+easiest way is to position point on the account you are interested in,
and type @kbd{C-c C-p}. The Minibuffer will ask you to verify the name
of the account you want, if it is already correct hit @kbd{RET}, then
the balance of the account will be displayed in the Minibuffer.
@@ -347,7 +347,7 @@ type @kbd{y} to yank the value at the top of stack back into the ledger
buffer. Note: @command{Calc} does not directly support commas as
decimal separators. Ledger-mode will translate values from
decimal-comma format to decimal-period format for use in @command{Calc},
-but it cannot intercept the value being yanked form the @command{Calc}
+but it cannot intercept the value being yanked from the @command{Calc}
stack, so decimal-comma users will have to manually replace the period
with a comma.