From 9dc7bd8b23565e0a2b7989e12934f72638ce8cb1 Mon Sep 17 00:00:00 2001 From: Kamil Piechaczek Date: Thu, 4 Nov 2021 11:39:54 +0100 Subject: [PATCH] Docs: Minor changed in the "Using package generator" guide. --- docs/framework/guides/package-generator.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/framework/guides/package-generator.md b/docs/framework/guides/package-generator.md index 6af39cb50bc..70b80378d13 100644 --- a/docs/framework/guides/package-generator.md +++ b/docs/framework/guides/package-generator.md @@ -32,14 +32,14 @@ Available modifiers for the command are: After successfully creating the new package, enter it by executing the following command: -``` -// assuming that your package was created with `ckeditor5-foo` as its name +```bash +# Assuming that your package was created with `ckeditor5-foo` as its name. cd ckeditor5-foo ``` Then run the test environment for the plugin by executing: -``` +```bash npm run start ```