File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,7 @@ like this:
49
49
> The python name must be a valid Python module name (characters such ` - ` , ` @ ` or ` / ` are not allowed).
50
50
> It is nice for user to test your extension online, so the _ set up Binder_ was set to _ Yes_ .
51
51
52
- The template creates creates files in the current director
53
- that looks like this:
52
+ The template creates files in the current directory that look like this:
54
53
55
54
``` bash
56
55
.
@@ -101,7 +100,7 @@ that looks like this:
101
100
└── .yarnrc.yml
102
101
```
103
102
104
- Those files can be separated in 5 groups:
103
+ Those files can be separated in to 5 groups:
105
104
106
105
- Extension code (those files are mandatory):
107
106
- ` src/index.ts ` _ this contains the actual code of your extension_
You can’t perform that action at this time.
0 commit comments