Update quick-start.md: Minor wording changes
authorDorian Marié <Dorian@users.noreply.github.com>
Tue, 6 May 2014 15:55:34 +0000 (12:55 -0300)
committerDorian Marié <Dorian@users.noreply.github.com>
Tue, 6 May 2014 15:55:34 +0000 (12:55 -0300)
docs/tutorial/quick-start.md

index 801ad75..2775337 100644 (file)
@@ -21,7 +21,7 @@ runtime, and the client side JavaScript, is 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 scripts
 ran by the atom-shell runtime, which created those web pages. Like node.js, we
-call the former ones client client scripts, and the latter one browser side
+call the former ones client scripts, and the latter ones browser side
 scripts.
 
 In traditional node.js applications, communication between server side and