diff --git a/src/pages/[platform]/build-a-backend/functions/custom-functions/index.mdx b/src/pages/[platform]/build-a-backend/functions/custom-functions/index.mdx index 96bb18dd24b..5f69d79bad8 100644 --- a/src/pages/[platform]/build-a-backend/functions/custom-functions/index.mdx +++ b/src/pages/[platform]/build-a-backend/functions/custom-functions/index.mdx @@ -231,9 +231,7 @@ export const data = defineData({ ## Docker -Custom function may require [Docker](https://www.docker.com/) in order to build and bundle function's code. -A deployment failing with `CustomFunctionProviderDockerError` error indicates that a custom function requires Docker but the -Docker daemon was not found. In that case you need to provide a working Docker installation at runtime. +Custom function may require [Docker](https://www.docker.com/) in order to build and bundle function's code. A deployment failing with `CustomFunctionProviderDockerError` error indicates that a custom function requires Docker but the Docker daemon was not found. In that case you need to provide a working Docker installation at runtime. ### Personal sandboxes