diff --git a/components/tools/common/icm-contracts/entrypoint.sh b/components/tools/common/icm-contracts/entrypoint.sh index 2c60d1a0b96..4ee30fadfb3 100755 --- a/components/tools/common/icm-contracts/entrypoint.sh +++ b/components/tools/common/icm-contracts/entrypoint.sh @@ -2,7 +2,7 @@ set -eu -o pipefail -# downlaod source code if not already present +# download source code if not already present if [ ! -d "/teleporter_src/contracts" ]; then git clone https://github.com/ava-labs/icm-contracts /teleporter_src cd /teleporter_src && git submodule update --init --recursive diff --git a/content/courses.tsx b/content/courses.tsx index 436ac2b2916..8bdc0112450 100644 --- a/content/courses.tsx +++ b/content/courses.tsx @@ -211,7 +211,7 @@ const officialCourses: Course[] = [ }, { name: "Web3 Community Architect", - description: "Build engaged communities, amplifiy growth through media and events, and design impactful token economies.", + description: "Build engaged communities, amplify growth through media and events, and design impactful token economies.", slug: "web3-community-architect", icon: , status: "featured", diff --git a/contracts/icm-contracts/entrypoint.sh b/contracts/icm-contracts/entrypoint.sh index c49efbf21fc..4a1317f4b75 100755 --- a/contracts/icm-contracts/entrypoint.sh +++ b/contracts/icm-contracts/entrypoint.sh @@ -2,7 +2,7 @@ set -eu -o pipefail -# downlaod source code if not already present +# download source code if not already present if [ ! -d "/teleporter_src/contracts" ]; then git clone https://github.com/ava-labs/icm-contracts /teleporter_src cd /teleporter_src