Skip to content

Commit 8d01811

Browse files
authored
Updates index.md to fix verb conjugation (#2937)
1 parent 6ef08f6 commit 8d01811

File tree

1 file changed

+1
-1
lines changed
  • docs/integrations/builtin/core-nodes/n8n-nodes-base.webhook

1 file changed

+1
-1
lines changed

docs/integrations/builtin/core-nodes/n8n-nodes-base.webhook/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ hide:
1616

1717
Use the Webhook node to create [webhooks](https://en.wikipedia.org/wiki/Webhook){:target=_blank .external-link}, which can receive data from apps and services when an event occurs. It's a trigger node, which means it can start an n8n workflow. This allows services to connect to n8n and run a workflow.
1818

19-
You can use the Webhook node as a trigger for a workflow when you want to receive data and run a workflow based on the data. The Webhook node also supports returning the data generated at the end of a workflow. This makes it useful for build a workflow to process data and return the results, like an API endpoint.
19+
You can use the Webhook node as a trigger for a workflow when you want to receive data and run a workflow based on the data. The Webhook node also supports returning the data generated at the end of a workflow. This makes it useful for building a workflow to process data and return the results, like an API endpoint.
2020

2121
The webhook allows you to trigger workflows from services that don't have a dedicated app trigger node.
2222

0 commit comments

Comments
 (0)