Skip to content

Commit 203393a

Browse files
authored
Update hello-world README.md (#276)
Minor changes to grammar.
1 parent b06410d commit 203393a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

hello-world/README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ like this:
4949
> The python name must be a valid Python module name (characters such `-`, `@` or `/` are not allowed).
5050
> It is nice for user to test your extension online, so the _set up Binder_ was set to _Yes_.
5151
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:
5453

5554
```bash
5655
.
@@ -101,7 +100,7 @@ that looks like this:
101100
└── .yarnrc.yml
102101
```
103102

104-
Those files can be separated in 5 groups:
103+
Those files can be separated in to 5 groups:
105104

106105
- Extension code (those files are mandatory):
107106
- `src/index.ts` _this contains the actual code of your extension_

0 commit comments

Comments
 (0)