Skip to content

Commit 6597cb6

Browse files
committed
fix: small typo (#5070)
## Problem solved Short description of the bug fixed or feature added <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on correcting the links in the `page.mdx` file related to modular contracts in the portal documentation. ### Detailed summary - Fixed the link for `Create Core Contract` from `create-core-contact` to `create-core-contract`. - Fixed the link for `Create Module Contract` from `create-module-contact` to `create-module-contract`. - Removed the link for `Deploy Modular Contract`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent fbd9853 commit 6597cb6

File tree

1 file changed

+2
-2
lines changed
  • apps/portal/src/app/contracts/modular-contracts/get-started

1 file changed

+2
-2
lines changed

apps/portal/src/app/contracts/modular-contracts/get-started/page.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ If you are new to Solidity, we recommend starting with the [Solidity docs](https
2626

2727
Create Modular Contract
2828

29-
- [Create Core Contract](https://portal.thirdweb.com/contracts/modular-contracts/get-started/create-core-contact)
30-
- [Create Module Contract](https://portal.thirdweb.com/contracts/modular-contracts/get-started/create-module-contact)
29+
- [Create Core Contract](https://portal.thirdweb.com/contracts/modular-contracts/get-started/create-core-contract)
30+
- [Create Module Contract](https://portal.thirdweb.com/contracts/modular-contracts/get-started/create-module-contract)
3131
- [Deploy Modular Contract](https://portal.thirdweb.com/contracts/modular-contracts/get-started/deploy-modular-contract)
3232

3333
Interact with the Modular Contract

0 commit comments

Comments
 (0)