website/docs: update Docs about flow executors (#10485)

This commit is contained in:
Tana M Berry
2024-07-19 14:08:32 -05:00
committed by GitHub
parent 6abbe1dd4b
commit f24d508734

View File

@ -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.
:::