From 700293cae9462012522be0d732830573e5926aff Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Tue, 14 Nov 2023 02:03:07 +0900 Subject: [PATCH] Fix typo in timescalevector.ipynb (#13239) enviornment -> environment --- docs/docs/integrations/vectorstores/timescalevector.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/integrations/vectorstores/timescalevector.ipynb b/docs/docs/integrations/vectorstores/timescalevector.ipynb index cb434979c45..eaad9526ec4 100644 --- a/docs/docs/integrations/vectorstores/timescalevector.ipynb +++ b/docs/docs/integrations/vectorstores/timescalevector.ipynb @@ -180,7 +180,7 @@ "# Specify directly if testing\n", "# SERVICE_URL = \"postgres://tsdbadmin:@.tsdb.cloud.timescale.com:/tsdb?sslmode=require\"\n", "\n", - "# # You can get also it from an enviornment variables. We suggest using a .env file.\n", + "# # You can get also it from an environment variables. We suggest using a .env file.\n", "# import os\n", "# SERVICE_URL = os.environ.get(\"TIMESCALE_SERVICE_URL\", \"\")" ]