docs: fix typos in documentation files (#5202)

* typo components-custom-components.md

* typo configuration-api-keys.md

* typo guides-chat-memory.md

---------

Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com>
This commit is contained in:
Cypher Pepe 2024-12-11 20:30:08 +03:00 committed by GitHub
commit db641e70f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -6,7 +6,7 @@ slug: /components-custom-components
# Custom Components
Custom components are created within Langflow and extend the platform's functionality with custom, resusable Python code.
Custom components are created within Langflow and extend the platform's functionality with custom, reusable Python code.
Since Langflow operates with Python behind the scenes, you can implement any Python function within a Custom Component. This means you can leverage the power of libraries such as Pandas, Scikit-learn, Numpy, and thousands of other packages to create components that handle data processing in unlimited ways. You can use any type as long as the type is properly annotated in the output methods (e.g., `> list[int]`).
@ -491,4 +491,4 @@ Advanced methods and attributes offer additional control and functionality. Unde
## Contribute Custom Components to Langflow
See [How to Contribute](/contributing-how-to-contribute#submitting-components) to contribute your custom component to Langflow.
See [How to Contribute](/contributing-how-to-contribute#submitting-components) to contribute your custom component to Langflow.

View file

@ -183,7 +183,7 @@ To choose a custom name for your API endpoint, select **Project Settings** &gt;
## Revoke an API key
To revoke an API key, delete it from the the list of keys in the **Settings** menu.
To revoke an API key, delete it from the list of keys in the **Settings** menu.
1. Click your user icon and select **Settings**.
2. Click **Langflow API**.

View file

@ -38,7 +38,7 @@ To modify chat memories, from the playground, click the **Options** menu of any
---
Chat conversations store messages categorized by a `Session ID`. A a single flow can host multiple session IDs, and different flows can also share the same one.
Chat conversations store messages categorized by a `Session ID`. A single flow can host multiple session IDs, and different flows can also share the same one.
The **Chat Memory** component also retrieves message histories by `Session ID`, which users can change in the component's **Controls** pane.