From 8ba86462c0dfbc2debed9e5cfcdc51e77affe2af Mon Sep 17 00:00:00 2001 From: Oliver Tappin Date: Wed, 28 Jun 2023 20:36:01 +0100 Subject: [PATCH] Correct typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 315089d..0cb723d 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ Almost 95% of the issues are related to wrong SSH connection or `rsync` params a These issues are not related to the action itself. - Check manually your ssh connection from your client before opening a bug report. -- Check `rsync` params for your use-case. Default params are not going to be enough wor everyone, it highly depends on your setup. +- Check `rsync` params for your use-case. Default params are not necessarily going to be enough for everyone, it highly depends on your setup. - Check manually your rsync command from your client before opening a bug report. I've added e2e test for this action.