Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Change-Id: I2a90df9fff3bfece6f5c1babafc82b9f4f57e793
Signed-off-by: Florent BENOIT <fbenoit@redhat.com>
  • Loading branch information
benoitf authored and akosyakov committed Aug 31, 2018
1 parent a139431 commit 4a7ec61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Authoring_Plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ To ease the setup of such a repository, a [Yeoman code generator](https://www.np
Generator can be installed and executed with the following commands. Note that these commands can be entered from a new terminal inside your running Theia instance.

```bash
npm install -g yo @theia/generator-theia-plugin
npm install -g yo @theia/generator-plugin
mkdir theia-hello-world-plugin
cd theia-hello-world-plugin
yo @theia/plugin
```

In the previous commands:
- `npm install -g yo @theia/generator-theia-plugin` command install globally the theia generator.
- `npm install -g yo @theia/generator-plugin` command install globally the Theia generator.
- `yo @theia/plugin` is calling the yeoman generator asking to use for templating the Theia's plug-in generator.


Expand Down

0 comments on commit 4a7ec61

Please sign in to comment.