Typo fixes (#3880)

This commit is contained in:
Kartik Balasubramanian 2025-11-14 19:11:33 +00:00 committed by GitHub
parent 349d3a678b
commit dbf962cea9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
/// note | Latest and Next versions
n8n releases a new minor version most weeks. The `latest` version is for production use. `next` is the most recent release. You should treat `next` as a beta: it may be unstable. To report issues, use the [forum](https://community.n8n.io/c/questions/12).
Current `latest`: 1.119.1
Current `next`: 1.119.0
Current `latest`: 1.119.2
Current `next`: 1.119.3
///

View File

@ -44,7 +44,7 @@ There are two parts to working with data tables: creating them and interacting w
### Step 2: Interacting with Data tables in workflows
Interact with data tables in your workflow using the **Data table** node, which allows you to retreive, update, and manipulate the data stored in a Data table.
Interact with data tables in your workflow using the **Data table** node, which allows you to retrieve, update, and manipulate the data stored in a Data table.
See [Data table node](/integrations/builtin/core-nodes/n8n-nodes-base.datatable/index.md).