You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/docs
Ran c3f8733aef
fix: correct spelling mistakes of "seperate, intialise, pre-defined" (#14647)
fix spellings

**seperate -> separate**: found more occurrences, see
https://github.com/langchain-ai/langchain/pull/14602
**initialise -> intialize**: the latter is more common in the repo
**pre-defined > predefined**: adding a comma after a prefix is a
delicate matter, but this is a generally accepted word

also, another word that appears in the repo is "fs" (stands for
filesystem), e.g., in `libs/core/langchain_core/prompts/loading.py`
` """Unified method for loading a prompt from LangChainHub or local
fs."""`
Isn't "filesystem" better?
9 months ago
..
api_reference infra: cut down on integration steps (#14785) 10 months ago
docs fix: correct spelling mistakes of "seperate, intialise, pre-defined" (#14647) 9 months ago
scripts docs[patch], templates[patch]: Import from core (#14575) 10 months ago
src docs[patch]: fix zoom (#14786) 10 months ago
static docs: update langchain diagram (#14619) 10 months ago
.local_build.sh docs: developer docs (#14776) 10 months ago
README.md docs: developer docs (#14776) 10 months ago
babel.config.js Restructure docs (#11620) 12 months ago
code-block-loader.js Restructure docs (#11620) 12 months ago
docusaurus.config.js docs: fix api ref link (#14679) 10 months ago
package-lock.json docs[patch]: search experiment (#14254) 10 months ago
package.json docs[patch]: search experiment (#14254) 10 months ago
settings.ini Restructure docs (#11620) 12 months ago
sidebars.js docs: developer docs (#14776) 10 months ago
vercel.json docs: `alibaba cloud` (#14772) 9 months ago
vercel_build.sh docs: developer docs (#14776) 10 months ago
vercel_requirements.txt infra: docs build install community editable (#14739) 10 months ago

README.md

LangChain Documentation

For more information on contributing to our documentation, see the Documentation Contributing Guide