From 70194d2632fdda72455d22369aa4527618052863 Mon Sep 17 00:00:00 2001 From: Doug Daniels Date: Tue, 6 May 2014 20:30:58 -0500 Subject: [PATCH] minor spelling fix and grammar --- docs/tutorial/quick-start.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial/quick-start.md b/docs/tutorial/quick-start.md index 19d56dfb9908..dce383d53aae 100644 --- a/docs/tutorial/quick-start.md +++ b/docs/tutorial/quick-start.md @@ -15,8 +15,8 @@ browser, controlled by JavaScript. 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 -scripts. The server side JavaScript, is the scrips that run on the node.js -runtime, and the client side JavaScript, is the ones that run on user's browser. +scripts. The server side JavaScript, are the scripts that run on the node.js +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 web pages, we would have **scripts that run in the web page**, and also have