Merge pull request #255 from dougnukem/patch-1

minor spelling fix and grammar
This commit is contained in:
Cheng Zhao 2014-05-07 10:00:11 +08:00
commit f280590adf

View file

@ -15,8 +15,8 @@ browser, controlled by JavaScript.
If you had experience with node.js web applications, you would notice that there If you had experience with node.js web applications, you would notice that there
are types of JavaScript scripts: the server side scripts and the client side are types of JavaScript scripts: the server side scripts and the client side
scripts. The server side JavaScript, is the scrips that run on the node.js scripts. The server side JavaScript, are the scripts that run on the node.js
runtime, and the client side JavaScript, is the ones that run on user's browser. runtime, and the client side JavaScript, are the ones that run on user's browser.
In atom-shell we have similar concepts, since atom-shell displays GUI by showing In atom-shell we have similar concepts, since atom-shell displays GUI by showing
web pages, we would have **scripts that run in the web page**, and also have web pages, we would have **scripts that run in the web page**, and also have