mirror of https://github.com/nodejs/node.git
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
parent
6ad25e37b5
commit
7480a903f4
|
@ -130,7 +130,7 @@ the expansion of where/when Node.js is used in building solutions.
|
||||||
## Serverless
|
## Serverless
|
||||||
|
|
||||||
Serverless is a cloud computing model where the cloud provider manages the
|
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
|
needed. Developers only need to focus on writing code for specific
|
||||||
functions, which are executed as individual units of work in response to
|
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
|
events. Node.js is one of the main technology used by developers in
|
||||||
|
|
Loading…
Reference in New Issue