diff --git a/docs/tutorial/application-distribution.md b/docs/tutorial/application-distribution.md index 0392cb95807..cba702c4226 100644 --- a/docs/tutorial/application-distribution.md +++ b/docs/tutorial/application-distribution.md @@ -23,7 +23,7 @@ atom-shell/resources/app └── index.html ``` -Then execute `Atom.app` (or `atom` on Linux, and `atom.exe` on Window), and +Then execute `Atom.app` (or `atom` on Linux, and `atom.exe` on Windows), and atom-shell will start as your app. The `atom-shell` directory would then be your distribution that should be delivered to final users.