Skip to content

Fix typos in documentation #274

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
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