From 6dd556bd3e5b10b20f6803c7482b703b2f75badf Mon Sep 17 00:00:00 2001 From: Pixelastic Date: Wed, 28 Nov 2018 12:13:17 +0100 Subject: [PATCH] chore(typo): Fix typo --- scripts/travis/deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/travis/deploy b/scripts/travis/deploy index 3c2f6657..a482c950 100755 --- a/scripts/travis/deploy +++ b/scripts/travis/deploy @@ -15,7 +15,7 @@ if ! ./scripts/travis/on-master; then fi if ! ./scripts/travis/changes-in-docs-since-master; then - echo "✘ Documentation is not deployed if their are no changes in ./docs"; + echo "✘ Documentation is not deployed if there are no changes in ./docs"; exit 0 fi