From 4a5a0e051b8520a0429c2a67595f0a6e8f62892c Mon Sep 17 00:00:00 2001 From: Vasek - Tom C Date: Fri, 15 Mar 2024 18:53:16 +0000 Subject: [PATCH] chore: fix cypress README Signed-off-by: Vasek - Tom C --- cypress/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cypress/README.md b/cypress/README.md index c983de9..6d9711c 100644 --- a/cypress/README.md +++ b/cypress/README.md @@ -4,8 +4,7 @@ A Cypress module to run your Cypress test on the project source. ## Usage -:bulb: You can provide a Node project with a `build` command that output source -on dist and the module will figure out a way to build and launch it. +:bulb: You can provide a Node project with a `build` command that outputs the source on dist and the module will figure out a way to build and launch it. ### Run Cypress test on your project