From 6caacce3df86312381aaf9ed053fccd5155bd04f Mon Sep 17 00:00:00 2001 From: Hesham Salman Date: Sat, 21 Jan 2023 09:32:22 -0500 Subject: [PATCH] Fix typo in 'fixtures' (#1316) --- scripts/diff-fixtures.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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