s/troubles/problems/
authorZeke Sikelianos <zeke@sikelianos.com>
Thu, 17 Mar 2016 07:03:24 +0000 (00:03 -0700)
committerZeke Sikelianos <zeke@sikelianos.com>
Thu, 17 Mar 2016 07:03:24 +0000 (00:03 -0700)
docs/faq/electron-faq.md

index ef08de5..41b301d 100644 (file)
@@ -77,7 +77,7 @@ app.on('ready', function() {
 ## I can not use jQuery/RequireJS/Meteor/AngularJS in Electron.
 
 Due to the Node.js integration of Electron, there are some extra symbols
-inserted into the DOM like `module`, `exports`, `require`. This causes troubles for
+inserted into the DOM like `module`, `exports`, `require`. This causes problems for
 some libraries since they want to insert the symbols with the same names.
 
 To solve this, you can turn off node integration in Electron: