Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/source/quickstart_notebook.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ cursor.dispatch('sale_blueprint',

## Commit Your Instructions
Not recommended to post both ledger and journal entries. Posted transactions will immediately hit the books.
**result** contains resulting ledger models, journal entries and transactions fro the committed
**result** contains resulting ledger models, journal entries and transactions from the committed


```python
Expand All @@ -350,7 +350,7 @@ result = cursor.commit(
# result
```

### Get Financial Statement Report Data fro Ledger Model
### Get Financial Statement Report Data from Ledger Model

Balance Sheet

Expand Down
2 changes: 1 addition & 1 deletion notebooks/QuickStart Notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@
}
},
"source": [
"### Get Financial Statement Report Data fro Ledger Model"
"### Get Financial Statement Report Data from Ledger Model"
]
},
{
Expand Down