Update dev.md (#670)

## Description
minor fix
## Tests
This commit is contained in:
Manav Rathi
2024-03-05 10:06:13 +05:30
committed by GitHub

View File

@@ -3,7 +3,7 @@
The monorepo uses Yarn (classic) workspaces.
To run a command for a workspace `<ws>`, invoke `yarn workspace <ws> <cmd>` from
the root folder instead the the `yarn <cmd>` youd have done otherwise. For
the root folder instead the `yarn <cmd>` youd have done otherwise. For
example, to start a development server for the `photos` app, we can do
```sh