Skip to content

Commit 94410f3

Browse files
committed
Update from review comments
1 parent 87252e8 commit 94410f3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/developing-flows/documenting-flows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ This is where adding port labels can help document the intended logic.
7575

7676
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.
7777

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.
7979

8080
<div style="width: 600px" class="figure">
8181
<img src="images/placeholder.png" alt="Link nodes">

docs/developing-flows/flow-structure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ Node-RED provides the Catch and Status nodes as ways of building flows that can
104104

105105
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.
106106

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.
108108

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.
110110

111111
Giving your Catch nodes a clear name is also very important to help easily identify the scenarios they are intended to handle.
112112

0 commit comments

Comments
 (0)