From 3d53ee120a286de47e5f6b72287a464c85682039 Mon Sep 17 00:00:00 2001 From: Anton Burnashev Date: Wed, 13 Sep 2023 00:05:00 +0300 Subject: [PATCH] Fix typo in weaviate.md (#628) --- docs/website/docs/dlt-ecosystem/destinations/weaviate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/website/docs/dlt-ecosystem/destinations/weaviate.md b/docs/website/docs/dlt-ecosystem/destinations/weaviate.md index a06fe02f61..4cac747038 100644 --- a/docs/website/docs/dlt-ecosystem/destinations/weaviate.md +++ b/docs/website/docs/dlt-ecosystem/destinations/weaviate.md @@ -11,7 +11,7 @@ This destination helps you to load data into Weaviate from [dlt resources](../.. ## Setup Guide -1. To use Weaviate as a destination, make sure dlt is installed with 'weaviate' extra: +1. To use Weaviate as a destination, make sure dlt is installed with the 'weaviate' extra: ```bash pip install dlt[weaviate]