Skip to content

Commit 567a274

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ forge create HelloWorld --constructor-args "Hello" --contracts /root/foundry/src
131131

132132
You can always check the contract's deployment on [Mumbai Polygonscan](https://mumbai.polygonscan.com/) using the newly-generated hash from the last step.
133133

134-
## Test the Contract
134+
## Test the contract
135135

136136
There is a `forge test` command in case you need to check whether the contract is working fine. Foundry provides many [options](https://book.getfoundry.sh/reference/forge/forge-test) (flags) for more specific tests. Learn more about writing tests, advanced testing and other features at [Foundry's documentation](https://book.getfoundry.sh/forge/tests).
137137

0 commit comments

Comments
 (0)