From e13edc7486b8de41c8a6ee52f1c8316b840c11b5 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Tue, 5 Mar 2024 00:11:27 +0900 Subject: [PATCH] Update dev.md minor fix --- web/docs/dev.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/docs/dev.md b/web/docs/dev.md index 62a578e2a..4c7fd1cfb 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