Sfoglia il codice sorgente

Update dev.md

minor fix
Ikko Eltociear Ashimine 1 anno fa
parent
commit
e13edc7486
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      web/docs/dev.md

+ 1 - 1
web/docs/dev.md

@@ -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>` you’d have done otherwise. For
+the root folder instead the `yarn <cmd>` you’d have done otherwise. For
 example, to start a development server for the `photos` app, we can do
 
 ```sh