Skip to content

Commit ee75a04

Browse files
obbap1ZYSzys
authored andcommitted
docs: Fix minor typo on the index.md file (nodejs#247)
<!-- Please read the [Code of Conduct](https://github.com/nodejs/nodejs.dev/blob/master/CODE_OF_CONDUCT.md) and the [Contributing Guidelines](https://github.com/nodejs/nodejs.dev/blob/master/CONTRIBUTING.md) before opening a pull request. --> ## Description In the 'Where to host a Node.js app' section, we should consider changing the paragraph > To very popular solutions are: Serverless Framework Standard Library to > Two very popular solutions are: Serverless Framework Standard Library ## Related Issues <!-- Link to the issue that is fixed by this PR (if there is one) e.g. Fixes nodejs#1234, Addresses nodejs#1234, Related to nodejs#1234, etc. -->
1 parent 465287f commit ee75a04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/documentation/0010-node-hosting

src/documentation/0010-node-hosting/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ I use it a lot for demo purposes.
3939

4040
A way to publish your apps, and have no server at all to manage, is Serverless. Serverless is a paradigm where you publish your apps as **functions**, and they respond on a network endpoint (also called FAAS - Functions As A Service).
4141

42-
To very popular solutions are
42+
Two very popular solutions are
4343

4444
- [Serverless Framework](https://serverless.com/framework/)
4545
- [Standard Library](https://stdlib.com/)

0 commit comments

Comments
 (0)