We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b06410d commit 203393aCopy full SHA for 203393a
hello-world/README.md
@@ -49,8 +49,7 @@ like this:
49
> The python name must be a valid Python module name (characters such `-`, `@` or `/` are not allowed).
50
> It is nice for user to test your extension online, so the _set up Binder_ was set to _Yes_.
51
52
-The template creates creates files in the current director
53
-that looks like this:
+The template creates files in the current directory that look like this:
54
55
```bash
56
.
@@ -101,7 +100,7 @@ that looks like this:
101
100
└── .yarnrc.yml
102
```
103
104
-Those files can be separated in 5 groups:
+Those files can be separated in to 5 groups:
105
106
- Extension code (those files are mandatory):
107
- `src/index.ts` _this contains the actual code of your extension_
0 commit comments