Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/tools/common/icm-contracts/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion content/courses.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: <SquareStackIcon />,
status: "featured",
Expand Down
2 changes: 1 addition & 1 deletion contracts/icm-contracts/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down