Skip to content

Commit df4da68

Browse files
committed
[TOOL-3128] SDK: Fix typo in deployPublishedContract JSDoc example (#5977)
1 parent 94ba9cf commit df4da68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/thirdweb/src/extensions/prebuilts/deploy-published.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export type DeployPublishedContractOptions = {
5050
* ```ts
5151
* import { deployPublishedContract } from "thirdweb/deploys";
5252
*
53-
* const address = await deployedPublishedContract({
53+
* const address = await deployPublishedContract({
5454
* client,
5555
* chain,
5656
* account,
@@ -68,7 +68,7 @@ export type DeployPublishedContractOptions = {
6868
* ```ts
6969
* import { deployPublishedContract } from "thirdweb/deploys";
7070
*
71-
* const address = await deployedPublishedContract({
71+
* const address = await deployPublishedContract({
7272
* client,
7373
* chain,
7474
* account,

0 commit comments

Comments
 (0)