diff --git a/website/docs/terminology.md b/website/docs/terminology.md index aa8f0571..3db88fdc 100644 --- a/website/docs/terminology.md +++ b/website/docs/terminology.md @@ -14,4 +14,4 @@ sidebar_position: 3 | **Main flow input/output pin** | Special input/output pins that are used to pass data into or out of the main flow. These are typically used to pass data between the main flow and external code (e.g. a user interface). | | **Connection** | A link between two pins that allows data to flow from one node to another. | | **Reactive inputs** | Input pins that trigger the node to execute whenever their value changes. | -| **Completion outputs** | Output pins that indicate when the node has finished executing. These are | typically used to coordinate the flow of data between nodes | +| **Completion outputs** | Output pins that indicate when the node has finished executing. These are typically used to coordinate the flow of data between nodes | |