diff --git a/scripts/e2e-ci.sh b/scripts/e2e-ci.sh index c678455e8..2b3588560 100755 --- a/scripts/e2e-ci.sh +++ b/scripts/e2e-ci.sh @@ -14,7 +14,7 @@ if [[ "${CIRCLE_BRANCH}" == "master" ]]; then exitCode=$result fi - # Sleep abit to let browserstackLocal to close properly. + # Sleep a bit to let browserstack-local to close properly. sleep 2 }