From 55f5e76ba7582c2d494003be602a4a6a610508ed Mon Sep 17 00:00:00 2001 From: YoonSoo_Shin <89785501+MCprotein@users.noreply.github.com> Date: Mon, 29 Jul 2024 19:42:33 +0900 Subject: [PATCH] doc: fix typo in technical-priorities.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit added a space between the two words. PR-URL: https://github.com/nodejs/node/pull/54094 Reviewed-By: Matteo Collina Reviewed-By: Michaƫl Zasso Reviewed-By: Jake Yuesong Li --- doc/contributing/technical-priorities.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/contributing/technical-priorities.md b/doc/contributing/technical-priorities.md index a11ae0e556987f..9e566f12ae6750 100644 --- a/doc/contributing/technical-priorities.md +++ b/doc/contributing/technical-priorities.md @@ -130,7 +130,7 @@ the expansion of where/when Node.js is used in building solutions. ## Serverless Serverless is a cloud computing model where the cloud provider manages the -underlyinginfrastructure and automatically allocates resources as +underlying infrastructure and automatically allocates resources as needed. Developers only need to focus on writing code for specific functions, which are executed as individual units of work in response to events. Node.js is one of the main technology used by developers in