diff --git a/docs/docs/concepts/async.mdx b/docs/docs/concepts/async.mdx index 2a1d5acf578..bfe9f444860 100644 --- a/docs/docs/concepts/async.mdx +++ b/docs/docs/concepts/async.mdx @@ -37,7 +37,7 @@ await some_vectorstore.aadd_documents(documents) Runnables created using the [LangChain Expression Language (LCEL)](/docs/concepts/lcel) can also be run asynchronously as they implement the full [Runnable Interface](/docs/concepts/runnables). -Fore more information, please review the [API reference](https://python.langchain.com/api_reference/) for the specific component you are using. +For more information, please review the [API reference](https://python.langchain.com/api_reference/) for the specific component you are using. ## Delegation to sync methods