fix: small spelling mistake mobile docs (#51208)

pull/51213/head
Sem Bauke 2023-08-10 13:47:24 +02:00 committed by GitHub
parent bdea691446
commit d801b69dd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)