Browse Source

feat: modify .md to get stylecheck ci to run

feat/new-clarity-onboarding
Hank Stoever 4 years ago
committed by Alexander Graebe
parent
commit
d39df0a3af
  1. 2
      src/pages/build-apps/guides/transaction-signing.md

2
src/pages/build-apps/guides/transaction-signing.md

@ -268,7 +268,7 @@ The `txId` property can be used to provide a link to view the transaction in the
```ts
const onFinish = data => {
const explorerTransactionUrl = 'https://explorer.stacks.co/txid/${data.txId}';
console.log('View in explorer:', explorerTransactionUrl);
console.log('View transaction in explorer:', explorerTransactionUrl);
};
```

Loading…
Cancel
Save