Skip to content

Commit e6ce825

Browse files
committed
docs: minor edits
1 parent dc8dc18 commit e6ce825

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

guide/13-dev-env.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
To build extension CLI locally you will need [Node.js](https://nodejs.org/en/download/)
55
and any web IDE of your choice.
66

7-
The general development setting requires two projects open at the same time:
7+
Developing the CLI requires two projects open at the same time:
88

99
1. the CLI source code, which you are developing
1010
2. a driver project that is used to execute the CLI commands
1111

12-
The following instructions explain how to set up such environment.
12+
The following instructions explain how to set up this environment.
1313

1414
## Instructions
1515

@@ -67,8 +67,8 @@ At this point you should have two IDE windows open.
6767
"projectRootDir": "/path/to/my/driver/project", // after
6868
```
6969

70-
This last step is required because by default the CLI assumes it is
71-
in `node_modules` relative to the target project. This is not necessarily
70+
This last step is required because by default the CLI assumes it is located
71+
in `node_modules` relative to the driver project. This is not necessarily
7272
the case when using a locally linked package.
7373

7474
* * *

0 commit comments

Comments
 (0)