Piotrek Koszuliński преди 5 години
родител
ревизия
7dbab55d97
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      docs/builds/guides/development/custom-builds.md

+ 1 - 1
docs/builds/guides/development/custom-builds.md

@@ -41,7 +41,7 @@ Start with [forking](https://help.github.com/articles/fork-a-repo/) one of the o
 git clone -b stable git@github.com:<your-username>/ckeditor5.git
 ```
 
-Builds are available in the packages directory. The directories are named ckeditor5-build-*.
+Builds are available in the `packages/` directory. The directories are named `ckeditor5-build-*`.
 For example, use the following command to get to the classic build:
 
 ```bash