:bug: #8919 - fix typo
authorAdham Saad <adham.sa3d@gmail.com>
Fri, 17 Mar 2017 18:47:20 +0000 (20:47 +0200)
committerAdham Saad <adham.sa3d@gmail.com>
Fri, 17 Mar 2017 18:47:20 +0000 (20:47 +0200)
docs/development/build-instructions-linux.md
docs/development/build-instructions-osx.md
docs/development/build-instructions-windows.md

index 8d88d2e..296f08a 100644 (file)
@@ -117,7 +117,7 @@ To clean the build files:
 $ npm run clean
 ```
 
-To clean only `out` and `dir` directories:
+To clean only `out` and `dist` directories:
 
 ```bash
 $ npm run clean-build
index af0d011..2d7cc36 100644 (file)
@@ -85,7 +85,7 @@ To clean the build files:
 $ npm run clean
 ```
 
-To clean only `out` and `dir` directories:
+To clean only `out` and `dist` directories:
 
 ```bash
 $ npm run clean-build
index 20981b8..c66b8b4 100644 (file)
@@ -83,7 +83,7 @@ To clean the build files:
 $ npm run clean
 ```
 
-To clean only `out` and `dir` directories:
+To clean only `out` and `dist` directories:
 
 ```bash
 $ npm run clean-build