Skip to content

Commit 4ba7760

Browse files
fix: README typo (#2645)
"run a commands" → "run a command"
1 parent ac10174 commit 4ba7760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ This repo contains the tools which provide editor integrations for Svelte files
4545

4646
## Packages
4747

48-
This repo uses [`pnpm workspaces`](https://pnpm.io/workspaces/), which TLDR means if you want to run a commands in each project then you can either `cd` to that directory and run the command, or use `pnpm -r [command]`.
48+
This repo uses [`pnpm workspaces`](https://pnpm.io/workspaces/), which TLDR means if you want to run a command in each project then you can either `cd` to that directory and run the command, or use `pnpm -r [command]`.
4949

5050
For example `pnpm -r test`.
5151

0 commit comments

Comments
 (0)