You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/developing-flows/documenting-flows.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ This is where adding port labels can help document the intended logic.
75
75
76
76
For example, the Switch node provides default labels for its outputs that are shown when the mouse hovers over them. They can help quickly identify the purpose of each branch in the flow.
77
77
78
-
Whilst the default labels may be sufficient in the context of the flow itself, it is also possible to custom labels to provide more detailed information.
78
+
Whilst the default labels may be sufficient in the context of the flow itself, it is also possible to customise labels to provide more detailed information.
Copy file name to clipboardExpand all lines: docs/developing-flows/flow-structure.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -104,9 +104,9 @@ Node-RED provides the Catch and Status nodes as ways of building flows that can
104
104
105
105
As there is no direct visual association between a Catch node and the nodes it targets, you should consider how to position them in order to keep the flows readable.
106
106
107
-
Placing them close to the parts of the flow they correspond to can help, but you should take care not cause your flows to be come overcrowded.
107
+
Placing them close to the parts of the flow they correspond to can help, but you should take care not cause your flows to become overcrowded.
108
108
109
-
Although approach is to group all of the error handling flows below the main flow - making the 'good' path clearly distinct from the error paths.
109
+
Another approach is to group all of the error handling flows below the main flow - making the 'good' path clearly distinct from the error paths.
110
110
111
111
Giving your Catch nodes a clear name is also very important to help easily identify the scenarios they are intended to handle.
0 commit comments