diff --git a/web/docs/dev.md b/web/docs/dev.md index 62a578e2a7..4c7fd1cfbb 100644 --- a/web/docs/dev.md +++ b/web/docs/dev.md @@ -3,7 +3,7 @@ The monorepo uses Yarn (classic) workspaces. To run a command for a workspace ``, invoke `yarn workspace ` from -the root folder instead the the `yarn ` you’d have done otherwise. For +the root folder instead the `yarn ` you’d have done otherwise. For example, to start a development server for the `photos` app, we can do ```sh