diff --git a/docs/docs/integrations/vectorstores/timescalevector.ipynb b/docs/docs/integrations/vectorstores/timescalevector.ipynb index cb434979c4..eaad9526ec 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\", \"\")" ]