Skip to content

Commit

Permalink
Fixes minor typo in script error message
Browse files Browse the repository at this point in the history
  • Loading branch information
rowan-walsh committed Apr 24, 2024
1 parent f25e06b commit d0cdef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/run_scripts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set -euo pipefail
# inkscape`. It's unclear to me whether `convert` used Inkscape or one of its
# dependencies. Inkscape can be also used manually for SVG -> PNG conversion.
which term-transcript > /dev/null \
|| (echo '`term-transcipt` must be installed with e.g.'\
|| (echo '`term-transcript` must be installed with e.g.'\
'`cargo binstall term-transcript-cli`.' \
'See also https://github.com/slowli/term-transcript' >&2;
false)
Expand Down

0 comments on commit d0cdef8

Please sign in to comment.