mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
Typo fixes (#3880)
This commit is contained in:
parent
349d3a678b
commit
dbf962cea9
@ -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
|
||||
///
|
||||
|
||||
@ -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).
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user