From 32d2f6ca9a3ecd12dd15518614377c4a2081c832 Mon Sep 17 00:00:00 2001 From: AGC <158510532+AlvaroGlezC@users.noreply.github.com> Date: Mon, 3 Jun 2024 21:03:43 +0200 Subject: [PATCH] Update 04_solution_strategy.adoc --- docs/src/04_solution_strategy.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/04_solution_strategy.adoc b/docs/src/04_solution_strategy.adoc index 91b2271..1f0b8ea 100644 --- a/docs/src/04_solution_strategy.adoc +++ b/docs/src/04_solution_strategy.adoc @@ -5,7 +5,7 @@ ifndef::imagesdir[:imagesdir: ../images] === Technology decisions -The technologies we have decided to use for the development of the app are: +Technologies to be used for the development of the app are: - Node.js: JavaScript runtime environment that allows JavaScript code to run on the server, facilitating the development of scalable, high-performance web applications.