Skip to content

Commit 46e9c6d

Browse files
authored
Programmatic Style: Minor typo fix (n8n-io#2450)
1 parent 862d439 commit 46e9c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/integrations/creating-nodes/build/programmatic-style-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ For this tutorial, you'll add two additional fields, to allow users to enter the
263263

264264
### Step 4: Add the execute method
265265

266-
Step 5 set up the node UI and basic information. It's time to map the node UI to API requests, and make the node actually do something.
266+
You've set up the node UI and basic information. It's time to map the node UI to API requests, and make the node actually do something.
267267

268268
The `execute` method runs every time the node runs. In this method, you have access to the input items and to the parameters that the user set in the UI, including the credentials.
269269

0 commit comments

Comments
 (0)