Browse Source

Fix typo found during the Spanish translation

Franz de Copenhague 7 years ago
parent
commit
847cf17b77
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/tutorial/application-packaging.md

+ 1 - 1
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