Skip to content

Commit d6ada27

Browse files
authored
clarity
1 parent 39c62d3 commit d6ada27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/creating-nodes/subflow-modules.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ At this stage, creating Subflow module is a manual process that requires hand-ed
2323
Any subflow can be packaged as a module. Before you do so, you need to think about how it will be used. The following checklist is a useful reminder of the things to consider:
2424

2525
- Configuration - what will the user need to configure in the subflow. You can define subflow properties and what UI is provided to set those properties via the [Subflow Properties edit dialog](/docs/user-guide/editor/workspace/subflows#editing-subflow-properties).
26-
- Error handling - does your subflow handle it errors properly? Some errors might make sense to handle inside the subflow, some may need to be passed out of the subflow to allow the end user to handle them.
26+
- Error handling - does your subflow handle its errors properly? Some errors might make sense to handle inside the subflow, some may need to be passed out of the subflow to allow the end user to handle them.
2727
- Status - you can add a custom status output to your Subflow that can be handled by the 'Status' node.
2828
- Appearance - make sure to give your subflow an icon, colour and category that makes sense for the function it provides.
2929

3030
### Adding subflow metadata
3131

32-
The Subflow can hold additional metadata that can be used to define the module it will packaged in.
32+
The Subflow can hold additional metadata that can be used to define the module it will be packaged in.
3333

3434
On the [Subflow Module Properties edit dialog](/docs/user-guide/editor/workspace/subflows#editing-subflow-metadata) you can set the following properties:
3535

@@ -154,4 +154,4 @@ The modules are listed in the standard top-level `"dependencies"` section *and*
154154
"node-red-node-random": "1.2.3"
155155
}
156156
}
157-
```
157+
```

0 commit comments

Comments
 (0)