docs: Fix spelling mistake in concepts (#27589)

`Fore` => `For`

Documentation Correction:

*
[`docs/docs/concepts/async.mdx`](diffhunk://#diff-4959e81c20607c20c7a9c38db4405a687c5d94f24fc8220377701afeee7562b0L40-R40):
Corrected a typo from "Fore" to "For" in the sentence directing users to
the API reference.
This commit is contained in:
Ankur Singh 2024-10-24 01:40:21 +05:30 committed by GitHub
parent 968dccee04
commit 71e0f4cd62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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