From 9457c796b1b5fdf633fe5ad96b305af379bc0b13 Mon Sep 17 00:00:00 2001 From: Chris Hawkes Date: Mon, 30 Sep 2019 13:41:58 -0400 Subject: [PATCH] Update application-architecture.md (#20370) Updated the period to a comma. Appears to be a number typo. --- docs/tutorial/application-architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/application-architecture.md b/docs/tutorial/application-architecture.md index 162300c6e17..bb700ef8d88 100644 --- a/docs/tutorial/application-architecture.md +++ b/docs/tutorial/application-architecture.md @@ -132,7 +132,7 @@ require compilation of native code before they can be used) will need to be compiled to be used with Electron. The vast majority of Node.js modules are _not_ native. Only 400 out of the -~650.000 modules are native. However, if you do need native modules, please +~650,000 modules are native. However, if you do need native modules, please consult [this guide on how to recompile them for Electron][native-node]. [node-docs]: https://nodejs.org/en/docs/