diff --git a/apps/portal/src/app/react/v5/getting-started/page.mdx b/apps/portal/src/app/react/v5/getting-started/page.mdx index a46318c1715..9deae19e846 100644 --- a/apps/portal/src/app/react/v5/getting-started/page.mdx +++ b/apps/portal/src/app/react/v5/getting-started/page.mdx @@ -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. @@ -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. \ No newline at end of file +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.