From d801b69dd1ef4bb32fdaf7d739f61f78ee725ad0 Mon Sep 17 00:00:00 2001 From: Sem Bauke Date: Thu, 10 Aug 2023 13:47:24 +0200 Subject: [PATCH] fix: small spelling mistake mobile docs (#51208) --- docs/how-to-setup-freecodecamp-mobile-app-locally.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to-setup-freecodecamp-mobile-app-locally.md b/docs/how-to-setup-freecodecamp-mobile-app-locally.md index 01aeca88b17..284868bbfd3 100644 --- a/docs/how-to-setup-freecodecamp-mobile-app-locally.md +++ b/docs/how-to-setup-freecodecamp-mobile-app-locally.md @@ -472,7 +472,7 @@ copy .\config\curriculum.json ..\mobile\mobile-app\curriculum.json 13. Run the cypress tests: ```console - pn cypress run --config retries=1,screenshotOnRunFailure=false,video=false,baseUrl=http://localhost:3000/generated-tests/,specPattern=cypress/e2e/mobile-learn/test-challenges.js -s cypress/e2e/mobile-learn/test-challenges.js -b chrome + pnpm cypress run --config retries=1,screenshotOnRunFailure=false,video=false,baseUrl=http://localhost:3000/generated-tests/,specPattern=cypress/e2e/mobile-learn/test-challenges.js -s cypress/e2e/mobile-learn/test-challenges.js -b chrome ``` ## Proposing a Pull Request (PR)