1
0
Fork 0

chore(typo): Fix typo

This commit is contained in:
Pixelastic 2018-11-28 12:13:17 +01:00 committed by Tim Carry
parent b8a1c309e9
commit 6dd556bd3e

View file

@ -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