From 2799b80d526c06e7722d2201163a1fe172e793fd Mon Sep 17 00:00:00 2001 From: Brent Eritou Date: Mon, 15 Jan 2024 11:07:15 -0500 Subject: [PATCH] docs: fix run-on sentence --- docs/src/modules/javascript/pages/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/modules/javascript/pages/index.adoc b/docs/src/modules/javascript/pages/index.adoc index 8ee69771..821fa9c1 100644 --- a/docs/src/modules/javascript/pages/index.adoc +++ b/docs/src/modules/javascript/pages/index.adoc @@ -18,7 +18,7 @@ The following are required to develop services in JavaScript: Node:: Kalix requires at least Node {minimum_node_version}. You will find links to download Node https://nodejs.org/dist/latest-v14.x/[here {tab-icon}, window="new"]. -Build tool:: Kalix does not require any particular build tool, you can select your own but out-of-the-box experience is provided in conjunction with npm and Yarn. +Build tool:: Kalix does not require a specific build tool. However, for a seamless out-of-the-box experience, npm and Yarn are recommended, though you have the flexibility to choose your preferred tool. Docker:: Kalix requires https://docs.docker.com/get-docker/[Docker {tab-icon}, window="new"] {minimum_docker_version} for building your service images. Most popular build tools have plugins that assist in building Docker images.