From 1d529bbbdc19ef5fa519e1a2f6eb528712ba6415 Mon Sep 17 00:00:00 2001 From: MCprotein Date: Mon, 29 Jul 2024 15:26:56 +0900 Subject: [PATCH] doc: fix typo in technical-priorities.md added a space between the two words. --- 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