diff --git a/scripts/diff-fixtures.sh b/scripts/diff-fixtures.sh index d7a2f041..5b5a7919 100755 --- a/scripts/diff-fixtures.sh +++ b/scripts/diff-fixtures.sh @@ -3,7 +3,7 @@ set -e if [[ `git status --porcelain Tests/Fixtures` ]]; then echo "" - echo "⚠️ Generated fixturess have changed." + echo "⚠️ Generated fixtures have changed." echo "⚠️ If this is a valid change please run the tests and commit the updates." echo "" git --no-pager diff --color=always Tests/Fixtures