s/troubles/problems/

This commit is contained in:
Zeke Sikelianos 2016-03-17 00:03:24 -07:00
parent 5acfa8611a
commit 01980dea11

View 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: