Skip to content

Commit b2f159d

Browse files
Update docs/pos/how-to/smart-contracts/chainide.md
Co-authored-by: Dra Murphy <149679879+kmurphypolygon@users.noreply.github.com>
1 parent 2127791 commit b2f159d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pos/how-to/smart-contracts/chainide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ After creating the project, click on the **Unconnected** button in the upper rig
7575

7676
<img src="https://d3gvnlbntpm4ho.cloudfront.net/Using+ChainIDE+polygon/connect+mumbai.png" width="100%" height="100%" />
7777

78-
## Compile an ERC-721 Smart Contract
78+
## Compile an ERC-721 smart contract
7979

8080
After you have completed your smart contract, it is time to compile it. To compile, navigate to "compile the module", choose an appropriate compiler according to your source code, and press the "compile" button. An ABI and bytecode for the source code are generated upon successful compilation. If there are any errors in your source code, they will be displayed in the "Logger module" under the output panel. You may need to carefully read the error, resolve it, and recompile the contract.
8181

0 commit comments

Comments
 (0)