From 9555bbd5bb3397e66d279d802576b4c65123b484 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Tue, 21 Mar 2023 08:47:19 +0900 Subject: [PATCH] Fix typo in sqlite.ipynb (#1828) overriden -> overridden --- docs/modules/chains/examples/sqlite.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/chains/examples/sqlite.ipynb b/docs/modules/chains/examples/sqlite.ipynb index bce2dbbc..a4b33f04 100644 --- a/docs/modules/chains/examples/sqlite.ipynb +++ b/docs/modules/chains/examples/sqlite.ipynb @@ -532,7 +532,7 @@ "id": "5fc6f507", "metadata": {}, "source": [ - "Note how our custom table definition and sample rows for `Track` overrides the `sample_rows_in_table_info` parameter. Tables that are not overriden by `custom_table_info`, in this example `Playlist`, will have their table info gathered automatically as usual." + "Note how our custom table definition and sample rows for `Track` overrides the `sample_rows_in_table_info` parameter. Tables that are not overridden by `custom_table_info`, in this example `Playlist`, will have their table info gathered automatically as usual." ] }, {