docs: fix typo in guide

This commit is contained in:
Zach Daniel 2023-08-19 01:05:18 -04:00
parent 617f6c2cd7
commit 39e59786ac

View file

@ -200,7 +200,7 @@ YourApp.Ledger.Transfer
from_account_id: account_one.id,
to_account_id: account_two.id
})
|> YourApp.LedgerApi.create!()
|> YourApp.Ledger.create!()
```
#### Check an account's balance