Skip to content

Commit

Permalink
chore(review): Fix typo in review script #141
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdmharvey authored May 31, 2022
1 parent c99047b commit 5c242d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/review.bats
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ setup() {
echo
echo "Components were found to contain \"run\" steps with a long command that is not imported."
echo "Did you know you can write your shell scripts and other commands in external files and import them here?"
echo "Writing your scripts externally will allow you to take advantage of syntax hilighting and avoid mixing code and markup."
echo "Writing your scripts externally will allow you to take advantage of syntax highlighting and avoid mixing code and markup."
echo "https://circleci.com/docs/2.0/using-orbs/#file-include-syntax"
exit 1
fi
Expand Down

0 comments on commit 5c242d2

Please sign in to comment.