Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/portal/src/app/react/v5/getting-started/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const client = createThirdwebClient({
});
```

You only need to define the client once. Exporting the client vartiable will allow you to use anywhere in your app.
You only need to define the client once. Exporting the client variable will allow you to use anywhere in your app.

</Step>

Expand Down Expand Up @@ -254,4 +254,4 @@ export default function App() {

## Learn more

You know have all the basics to build your own app with thirdweb. You can also check out the [full thirdweb SDK reference](/references/typescript/v5) to learn more about the different hooks and functions available.
You now have all the basics to build your own app with thirdweb. You can also check out the [full thirdweb SDK reference](/references/typescript/v5) to learn more about the different hooks and functions available.