Skip to content

Commit 973cd56

Browse files
Update apps/portal/src/app/vault/sdk/installation/page.mdx
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com> Signed-off-by: Joaquim Verges <[email protected]>
1 parent f85db1f commit 973cd56

File tree

1 file changed

+1
-1
lines changed
  • apps/portal/src/app/vault/sdk/installation

1 file changed

+1
-1
lines changed

apps/portal/src/app/vault/sdk/installation/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const vault = await createVaultClient({
4545
});
4646
```
4747

48-
`createVaultClient` uses your secret key to establish a connection to the thirdweb vault instance. You can also a baseUrl that points to your own vault instance. Cache the resulting `vault` object and reuse it for all subsequent operations.
48+
`createVaultClient` uses your secret key to establish a connection to the thirdweb vault instance. You can also specify a baseUrl that points to your own vault instance. Cache the resulting `vault` object and reuse it for all subsequent operations.
4949

5050
> **Tip**: If you run multiple Vault instances (dev, staging, prod) create one `VaultClient` per instance.
5151

0 commit comments

Comments
 (0)