Browse Source

docs: fix minor typo

Replace `an` with `a`
Prayag Verma 9 years ago
parent
commit
d8086b6532
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/development/source-code-directory-structure.md

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

@@ -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`.