fix spelling in cypress README (#763)

Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: vikunja/frontend#763
Co-authored-by: dpschen <dpschen@noreply.kolaente.de>
Co-committed-by: dpschen <dpschen@noreply.kolaente.de>
This commit is contained in:
dpschen 2021-09-21 16:59:35 +00:00 committed by konrad
parent d88e299358
commit 77352e7a8c
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ docker-compose up -d
Then, once all containers are started, run
```
docker-composer run cypress bash
docker-compose run cypress bash
```
to get a shell inside the cypress container.