From 15bd006ee86347552f4eda4530da1100d17b0f25 Mon Sep 17 00:00:00 2001 From: Stephen Daves Date: Wed, 16 Jul 2025 14:16:21 -0400 Subject: [PATCH 1/2] Typo fixes --- docs/source/quickstart_notebook.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From 91189b8b2572de0c4b18afec5e8af3725b167a19 Mon Sep 17 00:00:00 2001 From: Stephen Daves Date: Wed, 16 Jul 2025 14:17:54 -0400 Subject: [PATCH 2/2] More typos --- notebooks/QuickStart Notebook.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ] }, {