From 77352e7a8c1eafdfa1a8c22152c7191bdaa5a61e Mon Sep 17 00:00:00 2001 From: dpschen Date: Tue, 21 Sep 2021 16:59:35 +0000 Subject: [PATCH] fix spelling in cypress README (#763) Co-authored-by: Dominik Pschenitschni Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/763 Co-authored-by: dpschen Co-committed-by: dpschen --- cypress/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/README.md b/cypress/README.md index 97c6469f1..d7ea12f78 100644 --- a/cypress/README.md +++ b/cypress/README.md @@ -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.