Skip to content

Commit 6e7d9d3

Browse files
committed
typo fix
1 parent 9c35f79 commit 6e7d9d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/prepare.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ fi
4444

4545
if ! (rustup target list --installed | grep -q '^wasm32-wasip1$'); then
4646
if ! (rustup target add wasm32-wasip1); then
47-
echo "❌ error cncountered while adding target \"wasm32-wasip1\""
47+
echo "❌ error encountered while adding target \"wasm32-wasip1\""
4848
echo ""
4949
echo "Update rustup with:"
5050
echo "👉 rustup update"

0 commit comments

Comments
 (0)