Piotrek Koszuliński před 5 roky
rodič
revize
7dbab55d97
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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