Skip to content

Commit af88935

Browse files
authored
[Portal Documentation] Fix: Typo Fix (#6156)
Signed-off-by: Aaron Ramirez <[email protected]>
1 parent c50c82a commit af88935

File tree

1 file changed

+2
-2
lines changed
  • apps/portal/src/app/typescript/v5/getting-started

1 file changed

+2
-2
lines changed

apps/portal/src/app/typescript/v5/getting-started/page.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const client = createThirdwebClient({
4343

4444
<Step title="Read Contract State">
4545

46-
A client is all your need to start reading blockchain data.
46+
A client is all you need to start reading blockchain data.
4747

4848
1. Import the extensions you want to use.
4949
2. Define a contract with `getContract` at a given address and chain.
@@ -189,4 +189,4 @@ You've now learned the basics of how to use the thirdweb SDK to read and write t
189189

190190
</Step>
191191

192-
</Steps>
192+
</Steps>

0 commit comments

Comments
 (0)