diff --git a/website/docs/flow/executors/if-flow.md b/website/docs/flow/executors/if-flow.md index 96bb86777d..442bd80646 100644 --- a/website/docs/flow/executors/if-flow.md +++ b/website/docs/flow/executors/if-flow.md @@ -5,5 +5,5 @@ title: Default This is the default, web-based environment that flows are executed in. All stages are compatible with this environment and no limitations are imposed. :::info -All flow executors use the same [API](../../../developer-docs/api/flow-executor) which allows for the implementation of custom flow executors. +All flow executors use the same [API](../../../developer-docs/api/flow-executor), which allows for the implementation of custom flow executors. :::