Skip to content

Commit cdb3d4d

Browse files
authored
fix: typo in clarinet sbtc doc (#970)
1 parent ebf5024 commit cdb3d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/stacks/clarinet/guides/working-with-sbtc.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ sBTC that you can use to test your contract in the Simnet and Devnet.
3434
## Using sBTC in your contract
3535

3636
As a SIP-010 token, sBTC let you call the `transfer` function to transfer tokens from one address to another.
37-
Let's say we have an NFT contract that allows users to buy mint an NFT using sBTC.
37+
Let's say we have an NFT contract that allows users to mint an NFT by spending sBTC.
3838

3939

4040
```clarity

0 commit comments

Comments
 (0)