Skip to content

Commit eefd264

Browse files
[Docs] Fix: Typo in react/getting-started guide (#6470)
Signed-off-by: Reza Rahemtola <49811529+RezaRahemtola@users.noreply.github.com> Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
1 parent 62de6dd commit eefd264

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export const client = createThirdwebClient({
7878
});
7979
```
8080

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

8383
</Step>
8484

@@ -254,4 +254,4 @@ export default function App() {
254254

255255
## Learn more
256256

257-
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.
257+
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.

0 commit comments

Comments
 (0)