From 203393a2172599c27988c0e23b9a107b8cf9f9c5 Mon Sep 17 00:00:00 2001 From: Jody Clements <neomorphic@gmail.com> Date: Thu, 16 Jan 2025 01:23:58 -0500 Subject: [PATCH] Update hello-world README.md (#276) Minor changes to grammar. --- hello-world/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hello-world/README.md b/hello-world/README.md index ee735722..4d8881d9 100644 --- a/hello-world/README.md +++ b/hello-world/README.md @@ -49,8 +49,7 @@ like this: > The python name must be a valid Python module name (characters such `-`, `@` or `/` are not allowed). > It is nice for user to test your extension online, so the _set up Binder_ was set to _Yes_. -The template creates creates files in the current director -that looks like this: +The template creates files in the current directory that look like this: ```bash . @@ -101,7 +100,7 @@ that looks like this: └── .yarnrc.yml ``` -Those files can be separated in 5 groups: +Those files can be separated in to 5 groups: - Extension code (those files are mandatory): - `src/index.ts` _this contains the actual code of your extension_