docs: fix minor typo
authorPrayag Verma <prayag.verma@gmail.com>
Mon, 1 Feb 2016 09:10:36 +0000 (14:40 +0530)
committerPrayag Verma <prayag.verma@gmail.com>
Mon, 1 Feb 2016 09:10:36 +0000 (14:40 +0530)
Replace `an` with `a`

docs/development/source-code-directory-structure.md

index cbca710..146edae 100644 (file)
@@ -58,6 +58,6 @@ Electron
 * **node_modules** - Third party node modules used for building.
 * **out** - Temporary output directory of `ninja`.
 * **dist** - Temporary directory created by `script/create-dist.py` script
-  when creating an distribution.
+  when creating a distribution.
 * **external_binaries** - Downloaded binaries of third-party frameworks which
   do not support building with `gyp`.