doc: fix typo in technical-priorities.md

added a space between the two words.

PR-URL: https://github.com/nodejs/node/pull/54094
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com>
pull/54101/head
YoonSoo_Shin 2024-07-29 19:42:33 +09:00 committed by GitHub
parent 6ad25e37b5
commit 7480a903f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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