Browse Source

Update application-architecture.md (#20370)

Updated the period to a comma.   Appears to be a number typo.
Chris Hawkes 5 years ago
parent
commit
9457c796b1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/tutorial/application-architecture.md

+ 1 - 1
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/