From efd6bf2afe2fb90947919d9cf41eed7f67d3e974 Mon Sep 17 00:00:00 2001 From: Jae-woo Kim Date: Tue, 13 Dec 2016 23:28:50 +0900 Subject: [PATCH] Just fix a trivial typo. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Just fixed a trivial typo. 어쩌다 발견하게 됐네요. :) --- docs/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build.md b/docs/build.md index 48d7a60f..31bcbdc5 100644 --- a/docs/build.md +++ b/docs/build.md @@ -46,7 +46,7 @@ By this, webpack will watch the code changes and apply it automatically. We use Grunt. Acutal deploy can be run by `grunt`. However, you shouldn't use because the default task is including codesign and authenticode. -So, we prepare a script which just make an excutable file. +So, we prepare a script which just make an executable file. ``` grunt pre-build