From 847cf17b77666a71ee98e53015fd6c1ae11d42ac Mon Sep 17 00:00:00 2001 From: Franz de Copenhague Date: Sun, 4 Mar 2018 10:07:46 -0800 Subject: [PATCH] Fix typo found during the Spanish translation --- docs/tutorial/application-packaging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/application-packaging.md b/docs/tutorial/application-packaging.md index 8e0adb9fc9..79b9535222 100644 --- a/docs/tutorial/application-packaging.md +++ b/docs/tutorial/application-packaging.md @@ -177,7 +177,7 @@ called. Apart from the performance issues, various anti-virus scanners might be triggered by this behavior. As a workaround, you can leave various files unpacked using the `--unpack` option. -In the following example, shared libaries of native Node.js modules will not be +In the following example, shared libraries of native Node.js modules will not be packed: ```sh