diff --git a/docs/docs/contributing/how_to/integrations/package.mdx b/docs/docs/contributing/how_to/integrations/package.mdx index e824a0ffa26..570363ec323 100644 --- a/docs/docs/contributing/how_to/integrations/package.mdx +++ b/docs/docs/contributing/how_to/integrations/package.mdx @@ -35,7 +35,7 @@ from a template, which can be edited to implement your LangChain components. - [GitHub](https://github.com) account - [PyPi](https://pypi.org/) account -### Boostrapping a new Python package with langchain-cli +### Bootstrapping a new Python package with langchain-cli First, install `langchain-cli` and `poetry`: @@ -104,7 +104,7 @@ dependency management and packaging, and you're welcome to use any other tools y - [GitHub](https://github.com) account - [PyPi](https://pypi.org/) account -### Boostrapping a new Python package with Poetry +### Bootstrapping a new Python package with Poetry First, install Poetry: diff --git a/docs/docs/integrations/providers/langchain_decorators.mdx b/docs/docs/integrations/providers/langchain_decorators.mdx index d719f90b298..1d51f06735b 100644 --- a/docs/docs/integrations/providers/langchain_decorators.mdx +++ b/docs/docs/integrations/providers/langchain_decorators.mdx @@ -171,7 +171,7 @@ print(result) # Prompt declarations -By default the prompt is is the whole function docs, unless you mark your prompt +By default the prompt is the whole function docs, unless you mark your prompt ## Documenting your prompt