docs: update wording in `application-packagaging`
authorYoshua Wuyts <yoshuawuyts@gmail.com>
Sun, 8 Feb 2015 11:04:02 +0000 (12:04 +0100)
committerYoshua Wuyts <yoshuawuyts@gmail.com>
Sun, 8 Feb 2015 11:04:02 +0000 (12:04 +0100)
Minor tweak, should make the sentence a bit more fluent. Thanks!

docs/tutorial/application-packaging.md

index 6df917a..f45fd8b 100644 (file)
@@ -7,7 +7,7 @@ source code.
 ## Generating `asar` archive
 
 An [asar][asar] archive is a simple tar-like format that concatenates files
-into a single file, atom-shell can read arbitrary file in it without unpacking
+into a single file, atom-shell can read arbitrary files from it without unpacking
 the whole file.
 
 Following is the steps to package your app into an `asar` archive: