Skip to content

Commit 01e7b79

Browse files
docs: spelling
1 parent a3d3aae commit 01e7b79

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
> [!CAUTION]
2020
> You likely do not need a fully managed rojo project. For the vast majority of
2121
> projects, a more simple setup will suffice. If you are new to roblox-ts, I
22-
> would stronly advise against using the fully managed portions of this
22+
> would strongly advise against using the fully managed portions of this
2323
> template. This includes the usage of Mantle and the release process (under
2424
> `.github/workflows`). Aside from these features, the template can be a great
2525
> starting point for new projects.
@@ -37,7 +37,7 @@ which is a highly opinionated guide for writing clean and consistent code.
3737
> [!NOTE]
3838
> This aims to be a fully-fledged solution to fully managed rojo projects but does
3939
> not currently have any built-in support for handing models. Eventually this
40-
> functionality will exist. For now, you can look into
40+
> functionality will exist. For now, you can investigate
4141
> [Lune](https://lune-org.github.io/docs) to figure out solutions that will work
4242
> for your use case.
4343
@@ -46,7 +46,7 @@ which is a highly opinionated guide for writing clean and consistent code.
4646
1. Press the green `Use this template` button on the top right of the page to
4747
create a new repository.
4848
2. Clone the repository to your local machine.
49-
3. Run `pnpm install` to install all of the dependencies.
49+
3. Run `pnpm install` to install all the dependencies.
5050
4. Run `pnpm run watch-dev` to start the development server.
5151
5. Sync in with rojo (either by using the rojo extension or by running `pnpm run
5252
sync-dev`).

0 commit comments

Comments
 (0)