From: Prayag Verma Date: Mon, 1 Feb 2016 09:10:36 +0000 (+0530) Subject: docs: fix minor typo X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d8086b6532e48e27424e787576a69c7b12553c38;p=platform%2Fframework%2Fweb%2Fcrosswalk-tizen.git docs: fix minor typo Replace `an` with `a` --- diff --git a/docs/development/source-code-directory-structure.md b/docs/development/source-code-directory-structure.md index cbca710..146edae 100644 --- a/docs/development/source-code-directory-structure.md +++ b/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`.