Skip to content

Commit

Permalink
Docs: Minor changed in the "Using package generator" guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
pomek committed Nov 4, 2021
1 parent 5d466b5 commit 9dc7bd8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/framework/guides/package-generator.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 9dc7bd8

Please sign in to comment.