Skip to content

Commit 2651b8c

Browse files
grammar
1 parent 0834c12 commit 2651b8c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/pages/docs/introduction/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Greenwood supports NodeJS LTS version >= 22.18.0.
1212

1313
## Init
1414

15-
The recommended way to start a new Greenwood project is with our **init** CLI, which will scaffold out a new project for you. It will also prompt for setting up TypeScript, package manager selection, and more!
15+
The recommended way to start a new Greenwood project is with our **init** CLI, which will scaffold out a new project for you. It will also prompt you for setting up TypeScript, package manager selection, and more!
1616

1717
Just run a single command and then follow the prompts:
1818

src/pages/guides/getting-started/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ With NodeJS installed, you'll want to prepare a workspace for your project and u
5151

5252
<!-- prettier-ignore-end -->
5353

54-
Or you can also manually initialize a workspace by setting up and installing the Greenwood CLI yourself, like so:
54+
Or you can manually initialize a workspace and installing the Greenwood CLI yourself:
5555

5656
```shell
5757
# make and change into your workspace directory

0 commit comments

Comments
 (0)