Skip to content

Commit

Permalink
Merge pull request #285 from kelreel/patch-1
Browse files Browse the repository at this point in the history
Fix minor typos README.md
  • Loading branch information
0xIchigo committed Feb 12, 2024
2 parents e55a752 + 5ee824b commit 1886ad4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ For now we are auto deploying everything in main to staging.

This is a TurboRepo monorepo that can run and build all apps/packages in parallel. Apps like the UI are located in `/apps`. Packages used across apps are located in `/packages`.

### Reccomended VSCode Extensions
### Recommended VSCode Extensions

- [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)
- [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
Expand Down Expand Up @@ -95,7 +95,7 @@ npm run dev

### Lint

It's reccomended you use VSCode beacuase if you do, ESLint is setup to auto fix/format as you're working.
It's recommended you use VSCode beacuase if you do, ESLint is setup to auto fix/format as you're working.

```sh
npm run lint
Expand Down

0 comments on commit 1886ad4

Please sign in to comment.