From a179e48e3baaf52d9159ab93c409b2b99ed0d558 Mon Sep 17 00:00:00 2001 From: Ahmed Abdalla Date: Wed, 15 Apr 2015 13:58:30 -0400 Subject: [PATCH] fixes spelling typo --- docs/tutorial/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/quick-start.md b/docs/tutorial/quick-start.md index ce7fda084b41..224e1328bd77 100644 --- a/docs/tutorial/quick-start.md +++ b/docs/tutorial/quick-start.md @@ -23,7 +23,7 @@ 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 usually run in a sandboxed environtment and are not +In normal browsers web pages usually run in a sandboxed environment 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.