We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c35f79 commit 6e7d9d3Copy full SHA for 6e7d9d3
template/prepare.sh
@@ -44,7 +44,7 @@ fi
44
45
if ! (rustup target list --installed | grep -q '^wasm32-wasip1$'); then
46
if ! (rustup target add wasm32-wasip1); then
47
- echo "❌ error cncountered while adding target \"wasm32-wasip1\""
+ echo "❌ error encountered while adding target \"wasm32-wasip1\""
48
echo ""
49
echo "Update rustup with:"
50
echo "👉 rustup update"
0 commit comments