📝 docs(multiple-vectorstores.mdx): fix code block language from 'txt' to 'text' for clarity and consistency

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-07-31 18:54:46 -03:00
commit f1f1759f02

View file

@ -13,7 +13,7 @@ The `TextLoader` loads a TXT file, while the `WebBaseLoader` pulls text from web
URL used by the `WebBaseLoader`:
```txt
```text
https://pt.wikipedia.org/wiki/Harry_Potter
```