diff --git a/docs/source/quickstart_notebook.md b/docs/source/quickstart_notebook.md index fdf106af5..8faaec155 100644 --- a/docs/source/quickstart_notebook.md +++ b/docs/source/quickstart_notebook.md @@ -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 @@ -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 diff --git a/notebooks/QuickStart Notebook.ipynb b/notebooks/QuickStart Notebook.ipynb index ffc9460ea..b49e38106 100644 --- a/notebooks/QuickStart Notebook.ipynb +++ b/notebooks/QuickStart Notebook.ipynb @@ -794,7 +794,7 @@ } }, "source": [ - "### Get Financial Statement Report Data fro Ledger Model" + "### Get Financial Statement Report Data from Ledger Model" ] }, {