edits quick-start "The renderer Process" segment
authorAhmed Abdalla <aabdalla@amplify-nation.com>
Wed, 15 Apr 2015 03:04:19 +0000 (23:04 -0400)
committerAhmed Abdalla <aabdalla@amplify-nation.com>
Wed, 15 Apr 2015 03:04:19 +0000 (23:04 -0400)
docs/tutorial/quick-start.md

index bbe3598..ce7fda0 100644 (file)
@@ -23,10 +23,10 @@ Since atom-shell uses Chromium for displaying web pages, Chromium's
 multi-processes architecture is also used. Each web page in atom-shell runs in
 its own process, which is called __the renderer process__.
 
-In normal browsers web pages are usually running in sandboxed environment and
-not allowed to access native resources. In atom-shell users are given the power
-to use io.js APIs in web pages, so it would be possible to interactive with
-low level operating system in web pages with JavaScript.
+In normal browsers web pages usually run in a sandboxed environtment and are not
+allowed access to native resources. In atom-shell users are given the power to
+use io.js APIs in web pages and it is therefore possible to interact with low
+level operating system features.
 
 ### Differences between main process and renderer process